From 07b27dd485914c721d18cfc0e915ef73d9f942e7 Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 7 Jan 2026 13:31:05 +0530 Subject: [PATCH] fixed the issue where common.settings was displayed as a raw key --- src/i18n/locales/ar.json | 1 + src/i18n/locales/en.json | 1 + src/i18n/locales/es.json | 1 + src/i18n/locales/fr.json | 1 + src/i18n/locales/it.json | 1 + src/i18n/locales/pt.json | 1 + 6 files changed, 6 insertions(+) diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json index 97fcf4a..56a1105 100644 --- a/src/i18n/locales/ar.json +++ b/src/i18n/locales/ar.json @@ -13,6 +13,7 @@ "retry": "إعادة المحاولة", "try_again": "حاول مرة أخرى", "go_back": "العودة", + "settings": "إعدادات", "close": "إغلاق", "show_more": "عرض المزيد", "show_less": "عرض أقل", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 8cb2a47..89cdeaf 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -13,6 +13,7 @@ "retry": "Retry", "try_again": "Try Again", "go_back": "Go Back", + "settings": "Settings", "close": "Close", "show_more": "Show More", "show_less": "Show Less", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index f0ce3bb..684f639 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -13,6 +13,7 @@ "retry": "Reintentar", "try_again": "Intentar de nuevo", "go_back": "Volver", + "settings": "Ajustes", "close": "Cerrar", "show_more": "Mostrar más", "show_less": "Mostrar menos", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 24e7827..3f8300b 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -13,6 +13,7 @@ "retry": "Réessayer", "try_again": "Essayer à nouveau", "go_back": "Retour", + "settings": "Paramètres", "close": "Fermer", "show_more": "Afficher plus", "show_less": "Afficher moins", diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json index 40f47ea..9d2a261 100644 --- a/src/i18n/locales/it.json +++ b/src/i18n/locales/it.json @@ -13,6 +13,7 @@ "retry": "Riprova", "try_again": "Riprova", "go_back": "Torna indietro", + "settings": "Impostazioni", "close": "Chiudi", "show_more": "Mostra altro", "show_less": "Mostra meno", diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index 7136dd8..b221a80 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -13,6 +13,7 @@ "retry": "Tentar Novamente", "try_again": "Tentar Novamente", "go_back": "Voltar", + "settings": "Configurações", "close": "Fechar", "show_more": "Mostrar Mais", "show_less": "Mostrar Menos",