From 42a0cd0b1b0f3adcaf62560d44042429d038688a Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 28 Aug 2023 15:12:39 -0400 Subject: [PATCH] adding the configuration file for crowdin --- crowdin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..40c991b50 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,12 @@ +"project_id_env": "CROWDIN_PROJECT_ID" +"api_token_env": "CROWDIN_PERSONAL_TOKEN" +"base_path": "." +"base_url": "https://api.crowdin.com" +"preserve_hierarchy": true + +files: [ + { + "source": "app/src/main/res/values/strings.xml", + "translation": "app/src/main/res/values-%android_code%/%original_file_name%", + } +] \ No newline at end of file