From 3d5dcfb21dddb96dececc02b3a7abbe138c97bfa Mon Sep 17 00:00:00 2001 From: darken Date: Sun, 22 Jun 2025 18:43:46 +0200 Subject: [PATCH] Add Sardinian and Albanian to Crowdin config This commit updates the `crowdin.yaml` file to include language mappings for Sardinian (sc-IT) and Albanian (sq-AL). Specifically, it adds: - `sc-IT: sc-rIT` and `sq-AL: sq-rAL` to the `android_code` language mappings for various files. - `sc-IT: sc-IT` and `sq-AL: sq-AL` to the `locale` language mappings under `playstoremapping`. --- crowdin.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/crowdin.yaml b/crowdin.yaml index e0f497a7..37339f12 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -10,6 +10,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { + "sc-IT": "sc-rIT", + "sq-AL": "sq-rAL", "ar": "ar", "am": "am", "hy-AM": "hy-rAM", @@ -89,6 +91,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { + "sc-IT": "sc-rIT", + "sq-AL": "sq-rAL", "ar": "ar", "am": "am", "hy-AM": "hy-rAM", @@ -168,6 +172,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { + "sc-IT": "sc-rIT", + "sq-AL": "sq-rAL", "ar": "ar", "am": "am", "hy-AM": "hy-rAM", @@ -247,6 +253,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { + "sc-IT": "sc-rIT", + "sq-AL": "sq-rAL", "ar": "ar", "am": "am", "hy-AM": "hy-rAM", @@ -326,6 +334,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &stringmapping { "android_code": { + "sc-IT": "sc-rIT", + "sq-AL": "sq-rAL", "ar": "ar", "am": "am", "hy-AM": "hy-rAM", @@ -405,6 +415,8 @@ # "update_option" : "update_without_changes", "languages_mapping": &playstoremapping { "locale": { + "sc-IT": "sc-IT", + "sq-AL": "sq-AL", "af": "af", "ar": "ar", "am": "am",