We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9bd179 + 1f415ac commit b3785b5Copy full SHA for b3785b5
crowdin.yml
@@ -5,8 +5,8 @@ base_url: "https://api.crowdin.com"
5
preserve_hierarchy: true
6
7
files:
8
- - source: 'lib/l10n/app_en.arb'
9
- translation: 'lib/l10n/app_%two_letters_code%.arb'
+ - source: "lib/l10n/app_en.arb"
+ translation: "lib/l10n/app_%locale%.arb"
10
11
- - source: 'android/app/src/main/res/values/strings.xml'
12
- translation: 'android/app/src/main/res/values-%two_letters_code%/strings.xml'
+ - source: "android/app/src/main/res/values/strings.xml"
+ translation: "android/app/src/main/res/values-%locale%/strings.xml"
0 commit comments