forked from dotclear/dotclear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
31 lines (31 loc) · 839 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
preserve_hierarchy: true
files:
- source: /locales/_pot/
ignore_settings: 1
ignore:
- _*.pot
translation: /locales/%two_letters_code%/%file_name%.po
languages_mapping:
two_letters_code:
es-AR: es-ar
pt-BR: pt-br
zh-CN: zh-cn
vls: nl
- source: /locales/en/help/*.html
translation: /locales/%two_letters_code%/help/%original_file_name%
content_segmentation: 0
languages_mapping:
two_letters_code:
es-AR: es-ar
pt-BR: pt-br
zh-CN: zh-cn
vls: nl
- source: /plugins/**/locales/en/help/*.html
translation: /plugins/**/locales/%two_letters_code%/help/%original_file_name%
content_segmentation: 0
languages_mapping:
two_letters_code:
es-AR: es-ar
pt-BR: pt-br
zh-CN: zh-cn
vls: nl