From 5cd1018db3b8315f68245a96e1802aac293c4ef0 Mon Sep 17 00:00:00 2001
From: Pablo P Varela <pablo@pablopunk.com>
Date: Mon, 17 Feb 2025 15:48:55 +0100
Subject: [PATCH] fix(mobile): failed to load gl-ES locale (#16123)

---
 localizely.yml                             | 4 ++--
 mobile/assets/i18n/{gl.json => gl-ES.json} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename mobile/assets/i18n/{gl.json => gl-ES.json} (100%)

diff --git a/localizely.yml b/localizely.yml
index 0b8309ea6d..6da9423b49 100644
--- a/localizely.yml
+++ b/localizely.yml
@@ -96,8 +96,8 @@ download:
       locale_code: ro-RO
     - file: mobile/assets/i18n/id-ID.json
       locale_code: id-ID
-    - file: mobile/assets/i18n/gl.json
-      locale_code: gl
+    - file: mobile/assets/i18n/gl-ES.json
+      locale_code: gl-ES
     - file: mobile/assets/i18n/ga.json
       locale_code: ga
     - file: mobile/assets/i18n/tr-TR.json
diff --git a/mobile/assets/i18n/gl.json b/mobile/assets/i18n/gl-ES.json
similarity index 100%
rename from mobile/assets/i18n/gl.json
rename to mobile/assets/i18n/gl-ES.json