-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yml
More file actions
45 lines (45 loc) · 1.09 KB
/
crowdin.yml
File metadata and controls
45 lines (45 loc) · 1.09 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
"project_id_env": "CROWDIN_OPEN_PROJECT_ID"
"api_token_env": "CROWDIN_API_SECRET"
"pull_request_title": "chore(l10n): update languages"
"preserve_hierarchy": true
"files": [
{
"source": "/languages/fake-plugin.pot",
"dest": "/languages/fake-plugin.pot",
"translation": "/languages/pressbooks-fake-plugin-%locale_with_underscore%.po",
"languages_mapping": {
"locale_with_underscore": {
"bg": "bg_BG",
"ca": "ca",
"de": "de_DE",
"de-CH": "de_CH",
"el": "el",
"en-AU": "en_AU",
"en-CA": "en_CA",
"en-GB": "en_GB",
"es-ES": "es_ES",
"es-CR": "es_CR",
"fr": "fr_FR",
"hr": "hr",
"hu": "hu_HU",
"it": "it_IT",
"ja": "ja",
"kn": "kn",
"lt": "lt_LT",
"lv": "lv",
"nl": "nl_NL",
"pl": "pl",
"ru": "ru_RU",
"sv-SE": "sv_SE",
"ta": "ta_LK",
"tr": "tr_TR",
"uk": "uk",
"zh-CN": "zh_CN",
"zh-TW": "zh_TW",
"nb": "nb_NO",
"gl": "gl_ES",
"ka": "ka_GE"
}
}
}
]