forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
crowdin.yml
36 lines (36 loc) · 975 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
commit_message: 'chore(i18n): added new translations from crowdin'
pull_request_title: 'chore(i18n): crowdin sync'
pull_request_labels:
- i18n
- crowdin
files:
- source: /pages/en/**/*.md
translation: /pages/%two_letters_code%/**/%original_file_name%
content_segmentation: 0
ignore:
- /pages/en/blog/**/*.md
languages_mapping:
two_letters_code:
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
es-ES: es
- source: /pages/en/**/*.mdx
translation: /pages/%two_letters_code%/**/%original_file_name%
content_segmentation: 0
ignore:
- /pages/en/blog/**/*.mdx
languages_mapping:
two_letters_code:
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
es-ES: es
- source: /i18n/locales/en.json
translation: /i18n/locales/%two_letters_code%.json
languages_mapping:
two_letters_code:
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
es-ES: es