From 712912268a261a3864da2947fc95569d19594544 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Fri, 23 Feb 2024 13:33:13 +0100 Subject: [PATCH] Athena: Add Crowdin config Change-Id: Ib0fd866103f2eb44cd0e8402d3a31b1b0cfded14 --- crowdin.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 00000000..7fb71ae1 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,22 @@ +# +# SPDX-FileCopyrightText: 2024 Sebastiano Barezzi +# SPDX-License-Identifier: Apache-2.0 +# + +"preserve_hierarchy": false + +files: [ + { + "source" : "/app/src/main/res/values/strings.xml", + "translation" : "/app/src/main/res/values-%android_code%/%original_file_name%", + "languages_mapping" : { + "android_code": { + "de": "de", + "ru": "ru", + "fr": "fr", + "nb": "nb", + "es-ES": "es" + } + }, + } +]