Skip to content

Commit 9f18e37

Browse files
committed
crowdin new config
1 parent 97f5336 commit 9f18e37

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

crowdin.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
files:
2-
- source: /pages/**/*.mdx
3-
translation: /pages/**/%file_name%.%locale%.mdx
1+
"files": [
2+
{
3+
"source": "/pages/**/*.en-US.mdx",
4+
"translation": "/pages/**/%file_name%.%locale%.mdx",
5+
"translation_replace": {
6+
".en-US": ""
7+
}
8+
}
9+
]

0 commit comments

Comments
 (0)