Skip to content

Commit

Permalink
Try to model file structure of MC.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Feb 14, 2025
1 parent 1853dac commit e04cf32
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,26 @@ api_token_env: CROWDIN_TOKEN

files:
- source: "guidebook/**/*.md"
translation: "guidebook/%locale_with_underscore%/%original_path%"
translation: "%original_path%/_%two_letters_code%/%original_file_name%"
ignore:
- "**/%locale_with_underscore%/**/*"
- "**/_%two_letters_code%/**/*"
- "master/**"
type: mdx_v2
translation_replace:
"/_fr/": "/fr_fr/"
"/_hu/": "/hu_hu/"
"/_es/": "/es_es/"
"/_cs/": "/cs_cz/"
"/_ja/": "/ja_jp/"
"/_it/": "/it_it/"
"/_ko/": "/ko_kr/"
"/_sv/": "/sv_se/"
"/_pt-BR/": "/pt_br/"
"/_en-GB/": "/en_gb/"
"/_ro/": "/ro_ro/"
"/_ru/": "/ru_ru/"
"/_de/": "/de_de/"
"/_tr/": "/tr_tr/"
"/_uk/": "/uk_ua/"
"/_zh-CN/": "/zh_cn/"
"/_zh-TW/": "/zh_tw/"

0 comments on commit e04cf32

Please sign in to comment.