Skip to content

Commit

Permalink
Fix Crowdin config (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface authored Mar 24, 2023
1 parent 8b872ec commit 128249f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
preserve_hierarchy: true
files:
- source: /pages/en/**/*.mdx
translation: /pages/%two_letters_code%/**/%original_file_name%
- source: /website/pages/en/**/*.mdx
translation: /website/pages/%two_letters_code%/**/%original_file_name%
dest: /**/%original_file_name%
content_segmentation: 0
- source: /pages/en/**/*.json
translation: /pages/%two_letters_code%/**/%original_file_name%
- source: /website/pages/en/**/*.json
translation: /website/pages/%two_letters_code%/**/%original_file_name%
dest: /**/%original_file_name%
content_segmentation: 0

0 comments on commit 128249f

Please sign in to comment.