Skip to content

Commit 1be083a

Browse files
authored
Change Crowdin config to flatten the directory structure (#95)
* Add `preserve_hierarchy: false` to Crowdin config * Change Crowdin config to flatten the directory structure * `preserve_hierarchy` needs to be `true` for `dest` to work
1 parent 4b22ff6 commit 1be083a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crowdin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
preserve_hierarchy: true
12
files:
23
- source: /pages/en/**/*.mdx
34
translation: /pages/%two_letters_code%/**/%original_file_name%
5+
dest: /**/%original_file_name%
46
content_segmentation: 0
57
- source: /pages/en/**/*.json
68
translation: /pages/%two_letters_code%/**/%original_file_name%
9+
dest: /**/%original_file_name%
710
content_segmentation: 0

0 commit comments

Comments
 (0)