mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-29 05:02:33 +02:00
correctly identifies mapping languages.
This commit is contained in:
49
crowdin.yml
49
crowdin.yml
@@ -4,30 +4,25 @@
|
|||||||
"base_url": "https://api.crowdin.com"
|
"base_url": "https://api.crowdin.com"
|
||||||
"preserve_hierarchy": true
|
"preserve_hierarchy": true
|
||||||
|
|
||||||
files: [
|
files:
|
||||||
{
|
- source: app/src/main/res/values/strings.xml,
|
||||||
"source": "app/src/main/res/values/strings.xml",
|
translation: app/src/main/res/values-%android_code%/%original_file_name%,
|
||||||
"translation": "app/src/main/res/values-%android_code%/%original_file_name%",
|
type: android,
|
||||||
"type": "android",
|
languages_mapping:
|
||||||
"languages_mapping": {
|
android_code:
|
||||||
"android_code": {
|
ar-SA: ar,
|
||||||
"ar-rSA": "ar",
|
cs-CZ: cs,
|
||||||
"cs-rCZ": "cs",
|
de-DE: de,
|
||||||
"de-rDE": "de",
|
eo-UY: eo,
|
||||||
"eo-rUY": "eo",
|
es-ES: es,
|
||||||
"es-rES": "es",
|
fa": fa,
|
||||||
"fa": "fa",
|
fr-FR: fr,
|
||||||
"fr-rFR": "fr",
|
hu-HU: hu,
|
||||||
"hu-rHU": "hu",
|
ja-JP: ja,
|
||||||
"ja-rJP": "ja",
|
nl-NL: nl,
|
||||||
"nl-rNL": "nl",
|
ru-RU: ru,
|
||||||
"ru-rRU": "ru",
|
ta-IN: ta,
|
||||||
"ta-rIN": "ta",
|
th-TH: th,
|
||||||
"th-rTH": "th",
|
tr-TR: tr,
|
||||||
"tr-rTR": "tr",
|
uk-UA: uk,
|
||||||
"uk-rUA": "uk",
|
zh-CN: zh
|
||||||
"zh-rCN": "zh"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
Reference in New Issue
Block a user