Skip to content

Commit

Permalink
Update Crowdin configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kaia-docs committed Jan 8, 2025
1 parent 213bf4b commit cbfb776
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
project_id: '684038'
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
languages_mapping: &languages_mapping
languages_mapping:
two_letters_code:
zh-CN: zh-CN
preserve_hierarchy: 1
files:
# JSON translation files
- source: /i18n/en/**/*.json
translation: /i18n/%two_letters_code%/**/%original_file_name%
languages_mapping: *languages_mapping
# Docs Markdown files
- source: /docs/**/*.{md,mdx}
languages_mapping: []
- source: /docs/**/*.*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
languages_mapping: *languages_mapping

0 comments on commit cbfb776

Please sign in to comment.