Skip to content

Commit

Permalink
ci: fix hierarchy in crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Jul 29, 2022
1 parent 1304d5c commit 75c4581
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ 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'
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'
preserve_hierarchy: true

0 comments on commit 75c4581

Please sign in to comment.