From 9d566d697d2a17f980ea5eeffacd3ea78c3a8214 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 10 Jan 2026 11:35:10 +0100 Subject: [PATCH] fix: crowdin setting --- .github/crowdin.yml | 12 ------------ crowdin.yml | 3 +++ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .github/crowdin.yml diff --git a/.github/crowdin.yml b/.github/crowdin.yml deleted file mode 100644 index 4acc3208..00000000 --- a/.github/crowdin.yml +++ /dev/null @@ -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" - } -] \ No newline at end of file diff --git a/crowdin.yml b/crowdin.yml index b2304b97..b5d27968 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -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