-
Notifications
You must be signed in to change notification settings - Fork 1
/
crowdin.yml
37 lines (36 loc) · 1017 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
32
33
34
35
36
37
preserve_hierarchy: true
pull_request_labels:
- crowdin
- localization
files:
- source: /locale/en/locale.cfg
dest: locale.ini
translation: /locale/%two_letters_code%/%original_file_name%
type: ini
languages_mapping:
# Crowdin has no filename option for the style Factorio uses, despite
# having a page that has them: https://developer.crowdin.com/language-codes/
# Which is where the keys in this table come from...
two_letters_code:
es-ES: es-ES
fy-NL: fy-NL
ga-IE: ga-IE
pt-BR: pt-BR
pt-PT: pt-PT
sv-SE: sv-SE
zh-CN: zh-CN
zh-TW: zh-TW
- source: /locale/en/setting-options.cfg
dest: setting-options.ini
translation: /locale/%two_letters_code%/%original_file_name%
type: ini
languages_mapping:
two_letters_code:
es-ES: es-ES
fy-NL: fy-NL
ga-IE: ga-IE
pt-BR: pt-BR
pt-PT: pt-PT
sv-SE: sv-SE
zh-CN: zh-CN
zh-TW: zh-TW