Skip to content

Commit 4834086

Browse files
authored
chore(crowdin): another attempt to include MDX (#5209
Signed-off-by: Claudio Wunder <[email protected]>
1 parent 847983f commit 4834086

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

crowdin.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pull_request_labels:
44
- i18n
55
- crowdin
66
files:
7-
- source: /pages/en/**/*.(md|mdx)
7+
- source: /pages/en/**/*.md
88
translation: /pages/%two_letters_code%/**/%original_file_name%
99
content_segmentation: 0
1010
ignore:
@@ -15,6 +15,17 @@ files:
1515
zh-CN: zh-cn
1616
zh-TW: zh-tw
1717
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
1829
- source: /i18n/locales/en.json
1930
translation: /i18n/locales/%two_letters_code%.json
2031
languages_mapping:

0 commit comments

Comments
 (0)