forked from Layers-of-Railways/Railway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
31 lines (29 loc) · 943 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"preserve_hierarchy": true
"files": [
{
"source": "common/src/generated/resources/assets/railways/lang/en_us.json",
"translation": "common/src/main/resources/assets/railways/lang/%locale_with_underscore%.json",
"languages_mapping": {
"locale_with_underscore": {
"de_AT": "de_at",
"de_DE": "de_de",
"es_ES": "es_es",
"fr_FR": "fr_fr",
"ja_JP": "ja_jp",
"ko_KR": "ko_kr",
"nl_NL": "nl_nl",
"pl_PL": "pl_pl",
"zh_CN": "zh_cn",
"da_DK": "da_dk",
"is_IS": "is_is",
"no_NO": "no_no",
"sv_SE": "sv_se",
"ru_RU": "ru_ru",
"uk_UA": "uk_ua"
}
}
}
]