From 44265b23628b45e9546f85a026922517e4532634 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 12 Oct 2023 16:12:00 +0200 Subject: [PATCH] chore: Setup Crowdin configuration file --- crowdin.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 177682aa..fdbf11ba 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,9 +1,4 @@ -project_id_env: CROWDIN_PROJECT_ID -api_token_env: CROWDIN_PERSONAL_TOKEN - -commit_message: 'chore(i18n): sync translations' - -preserve_hierarchy: true +preserve_hierarchy: 1 files: - - source: assets/i18n/en_US.json - translation: assets/i18n/%locale_with_underscore%.json \ No newline at end of file + - source: /assets/i18n/en_US.json + translation: /assets/i18n/%locale_with_underscore%.json