forked from dotclear/dotclear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yml
More file actions
49 lines (49 loc) · 1.32 KB
/
crowdin.yml
File metadata and controls
49 lines (49 loc) · 1.32 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
46
47
48
49
preserve_hierarchy: 1
files:
- source: /locales/_pot/
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
- source: /themes/**/locales/_pot/
ignore:
- _*.pot
translation: /themes/**/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: /themes/**/locales/en/help/*.html
translation: /themes/**/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