aboutsummaryrefslogtreecommitdiffstats
path: root/crowdin.yml
diff options
context:
space:
mode:
Diffstat (limited to 'crowdin.yml')
-rw-r--r--crowdin.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crowdin.yml b/crowdin.yml
index 1748800bb..5fd6c95af 100644
--- a/crowdin.yml
+++ b/crowdin.yml
@@ -1,3 +1,15 @@
1pull_request_title: "feat(i18n): new Crowdin updates"
2commit_message: "feat(i18n): New Crowdin translations for %original_file_name%"
3append_commit_message: false
4
1files: 5files:
2 - source: /src/i18n/locales/en-US.json 6 - source: /src/i18n/locales/en-US.json
3 translation: /src/i18n/locales/%two_letters_code%.json 7 translation: /src/i18n/locales/%two_letters_code%.json
8 skip_untranslated_strings: true
9 automatically_fill_in_regional_dialects: true
10 languages_mapping:
11 two_letters_code:
12 nl-BE: nl-BE
13 pt-BR: pt-BR
14 zh-CN: zh-HANS
15 zh-TW: zh-HANT