We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847983f commit 4834086Copy full SHA for 4834086
crowdin.yml
@@ -4,7 +4,7 @@ pull_request_labels:
4
- i18n
5
- crowdin
6
files:
7
- - source: /pages/en/**/*.(md|mdx)
+ - source: /pages/en/**/*.md
8
translation: /pages/%two_letters_code%/**/%original_file_name%
9
content_segmentation: 0
10
ignore:
@@ -15,6 +15,17 @@ files:
15
zh-CN: zh-cn
16
zh-TW: zh-tw
17
es-ES: es
18
+ - source: /pages/en/**/*.mdx
19
+ translation: /pages/%two_letters_code%/**/%original_file_name%
20
+ content_segmentation: 0
21
+ ignore:
22
+ - /pages/en/blog/**/*.mdx
23
+ languages_mapping:
24
+ two_letters_code:
25
+ pt-BR: pt-br
26
+ zh-CN: zh-cn
27
+ zh-TW: zh-tw
28
+ es-ES: es
29
- source: /i18n/locales/en.json
30
translation: /i18n/locales/%two_letters_code%.json
31
languages_mapping:
0 commit comments