Skip to content

Commit

Permalink
ci: fix crowdin attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Aug 3, 2023
1 parent da53ee1 commit a5e1808
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: packages/smooth_app/lib/l10n/app_en.arb
dist: packages/smooth_app/lib/l10n/app_en.arb
translation: packages/smooth_app/lib/l10n/app_%two_letters_code%.arb
- source: /packages/smooth_app/lib/l10n/app_en.arb
dist: /packages/smooth_app/lib/l10n/app_en.arb
translation: /packages/smooth_app/lib/l10n/app_%two_letters_code%.arb
preserve_hierarchy: true
- source: packages/smooth_app/ios/Runner/en.lproj/InfoPlist.strings
dist: packages/smooth_app/ios/Runner/en.lproj/InfoPlist.strings
translation: packages/smooth_app/ios/Runner/%two_letters_code%.lproj/InfoPlist.strings
- source: /packages/smooth_app/ios/Runner/en.lproj/InfoPlist.strings
dist: /packages/smooth_app/ios/Runner/en.lproj/InfoPlist.strings
translation: /packages/smooth_app/ios/Runner/%two_letters_code%.lproj/InfoPlist.strings
preserve_hierarchy: true

0 comments on commit a5e1808

Please sign in to comment.