-
Notifications
You must be signed in to change notification settings - Fork 6.3k
/
crowdin.yml
40 lines (40 loc) · 1.25 KB
/
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
38
39
40
commit_message: 'chore: synced translations from crowdin [skip ci]'
append_commit_message: false
pull_request_title: '[automated]: crowdin sync'
pull_request_labels:
- 'github_actions:pull-request'
files:
- source: /apps/site/pages/en/**/*.md
translation: /apps/site/pages/%two_letters_code%/**/%original_file_name%
content_segmentation: 0
ignore:
- /apps/site/pages/en/blog/**/*.md
- /apps/site/pages/en/learn/**/*.md
- /apps/site/pages/en/download/index.md
- /apps/site/pages/en/download/current.md
languages_mapping:
two_letters_code:
es-ES: es
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
- source: /apps/site/pages/en/**/*.mdx
translation: /apps/site/pages/%two_letters_code%/**/%original_file_name%
content_segmentation: 0
ignore:
- /apps/site/pages/en/blog/**/*.mdx
- /apps/site/pages/en/learn/**/*.mdx
languages_mapping:
two_letters_code:
es-ES: es
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw
- source: /packages/i18n/locales/en.json
translation: /packages/i18n/locales/%two_letters_code%.json
languages_mapping:
two_letters_code:
es-ES: es
pt-BR: pt-br
zh-CN: zh-cn
zh-TW: zh-tw