mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
33 lines
784 B
YAML
33 lines
784 B
YAML
"project_id_env": "CROWDIN_PROJECT_ID"
|
|
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
|
|
"base_path": "."
|
|
"base_url": "https://api.crowdin.com"
|
|
"preserve_hierarchy": true
|
|
|
|
files: [
|
|
{
|
|
"source": "app/src/main/res/values/strings.xml",
|
|
"translation": "app/src/main/res/values-%android_code%/%original_file_name%",
|
|
"type": "android",
|
|
"languages_mapping": {
|
|
"android_code": {
|
|
"ar-rSA": "ar",
|
|
"cs-rCZ": "cs",
|
|
"de-rDE": "de",
|
|
"eo-rUY": "eo",
|
|
"es-rES": "es",
|
|
"fa": "fa",
|
|
"fr-rFR": "fr",
|
|
"hu-rHU": "hu",
|
|
"ja-rJP": "ja",
|
|
"nl-rNL": "nl",
|
|
"ru-rRU": "ru",
|
|
"ta-rIN": "ta",
|
|
"th-rTH": "th",
|
|
"tr-rTR": "tr",
|
|
"uk-rUA": "uk",
|
|
"zh-rCN": "zh"
|
|
}
|
|
}
|
|
}
|
|
] |