Fix crowdin configuration

This commit is contained in:
darken
2022-09-14 18:00:18 +02:00
committed by Matthias Urhahn
parent 3be1173197
commit 9ed1cc00d5
+3 -3
View File
@@ -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": {