From ac6288d9a4989bd661728c77e2e85025cc3fe80f Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 10 Jan 2026 11:18:56 +0100 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 38b86bcd..b2304b97 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,12 +1,7 @@ -"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 +project_id_env: CROWDIN_PROJECT_ID +api_token_env: CROWDIN_PERSONAL_TOKEN +base_path: . +preserve_hierarchy: 1 +files: + - source: translations/en.json + translation: translations/%two_letters_code%.json