Skip to content

Commit

Permalink
Update Crowdin configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed Feb 24, 2024
1 parent e30219d commit 43de547
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
pull_request_title: "[l10n] Crowdin Translation update"
pull_request_labels: [
"l10n"
]
pull_request_title: '[l10n] Crowdin Translation update'
pull_request_labels:
- l10n
files:
- source: /lib/l10n/app_en.arb
translation: /lib/l10n/app_%two_letters_code%.arb
languages_mapping:
two_letters_code:
zh-CN: 'zh'
zh-TW: 'zh_tw'
pt-BR: 'pt'
pt-PT: 'pt_pt'
es-ES: 'es'
sv-SE: 'sv'
zh-CN: zh
zh-TW: zh_tw
pt-BR: pt
pt-PT: pt_pt
es-ES: es
sv-SE: sv
- source: /fastlane/metadata/android/en-US/*.txt
translation: /fastlane/metadata/android/%locale%/%original_file_name%

0 comments on commit 43de547

Please sign in to comment.