fix: crowdin setting

This commit is contained in:
Fredrik Burmester
2026-01-10 11:35:10 +01:00
parent 35f7257a6d
commit 9d566d697d
2 changed files with 3 additions and 12 deletions

12
.github/crowdin.yml vendored
View File

@@ -1,12 +0,0 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"preserve_hierarchy": true
"files": [
{
"source": "translations/en.json",
"translation": "translations/%two_letters_code%.json"
}
]

View File

@@ -5,3 +5,6 @@ preserve_hierarchy: 1
files:
- source: translations/en.json
translation: translations/%two_letters_code%.json
skip_untranslated_strings: false
skip_untranslated_files: false
export_only_approved: false