From 9ed1cc00d5eeff1bfd7b7539f8910d0204087619 Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 14 Sep 2022 17:36:44 +0200 Subject: [PATCH] Fix crowdin configuration --- crowdin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crowdin.yaml b/crowdin.yaml index 006c82cd..92a021dc 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -6,7 +6,7 @@ { "source": "/app-common/src/main/res/values/strings.xml", "dest": "/strings-common.xml", - "translation": "/app-common/src/main/res/values-%android_code%/%original_file_name%", + "translation": "/app-common/src/main/res/values-%android_code%/strings.xml", # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { @@ -243,7 +243,7 @@ }, { "source": "/app/src/main/res/values/strings.xml", "dest": "/strings-app.xml", - "translation": "/app/src/main/res/values-%android_code%/%original_file_name%", + "translation": "/app/src/main/res/values-%android_code%/strings.xml", # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { @@ -322,7 +322,7 @@ }, { "source": "/app-wear/src/main/res/values/strings.xml", "dest": "/strings-wear.xml", - "translation": "/app-wear/src/main/res/values-%android_code%/%original_file_name%", + "translation": "/app-wear/src/main/res/values-%android_code%/strings.xml", # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": {