Skip to content

Commit

Permalink
Clean translation + Crowdin v2
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Jan 3, 2025
1 parent c04a547 commit 13c084f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
flutter-version: 3.27.x

- name: Sync translations from Crowdin
uses: crowdin/github-action@v1
uses: crowdin/github-action@v2
with:
config: crowdin.yml
upload_sources: true
Expand All @@ -55,6 +55,8 @@ jobs:
- name: Normalization of Translation Strings
run: |
sudo chmod 766 assets/i18n/*.i18n.json
dart run slang analyze
dart run slang clean
dart run slang normalize
dart run slang
flutter analyze lib/gen/strings.g.dart --no-fatal-infos --no-fatal-warnings
Expand Down

0 comments on commit 13c084f

Please sign in to comment.