From a1364d19c22fb66d8a7ef35d256264f51b1364da Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 28 Aug 2023 16:21:47 -0400 Subject: [PATCH] correctly identifies mapping languages. --- crowdin.yml | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 4c27b6465..1fefaec93 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -4,30 +4,25 @@ "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%", - "type": "android", - "languages_mapping": { - "android_code": { - "ar-rSA": "ar", - "cs-rCZ": "cs", - "de-rDE": "de", - "eo-rUY": "eo", - "es-rES": "es", - "fa": "fa", - "fr-rFR": "fr", - "hu-rHU": "hu", - "ja-rJP": "ja", - "nl-rNL": "nl", - "ru-rRU": "ru", - "ta-rIN": "ta", - "th-rTH": "th", - "tr-rTR": "tr", - "uk-rUA": "uk", - "zh-rCN": "zh" - } - } - } -] \ No newline at end of file +files: + - source: app/src/main/res/values/strings.xml, + translation: app/src/main/res/values-%android_code%/%original_file_name%, + type: android, + languages_mapping: + android_code: + ar-SA: ar, + cs-CZ: cs, + de-DE: de, + eo-UY: eo, + es-ES: es, + fa": fa, + fr-FR: fr, + hu-HU: hu, + ja-JP: ja, + nl-NL: nl, + ru-RU: ru, + ta-IN: ta, + th-TH: th, + tr-TR: tr, + uk-UA: uk, + zh-CN: zh \ No newline at end of file