From 25b69f2ca96e6837c08c4dfc0a389ffdeb170fcd Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 27 Dec 2022 15:28:16 -0300 Subject: [PATCH] Change emoji for latinamerican spanish (#425) We discussed it on the spanish translation group and ended up choosing this emoji for now --- gui/src/i18n/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/i18n/config.ts b/gui/src/i18n/config.ts index d5e37604a..353a6c937 100644 --- a/gui/src/i18n/config.ts +++ b/gui/src/i18n/config.ts @@ -13,7 +13,7 @@ export const langs = [ key: 'en', }, { - name: '🧉 Español Latinoamericano', + name: '🌎 Español Latinoamericano', key: 'es-419' }, {