From 5e221e7e97dc39b3660b1120ceea8c9377c86c3d Mon Sep 17 00:00:00 2001 From: saimuelbr Date: Tue, 6 Jan 2026 16:03:52 -0300 Subject: [PATCH] minor fix --- 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/pt.json | 1 + 5 files changed, 5 insertions(+) diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json index 389b89d8..ddeab860 100644 --- a/src/i18n/locales/ar.json +++ b/src/i18n/locales/ar.json @@ -604,6 +604,7 @@ "made_with_love": "صُنع بكل حب ❤️ بواسطة Tapframe والأصدقاء", "sections": { "information": "معلومات", + "account": "حساب", "theme": "السمة", "layout": "التنسيق", "sources": "المصادر", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 9ed4d635..7867be4e 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -604,6 +604,7 @@ "made_with_love": "Made with ❤️ by Tapframe and friends", "sections": { "information": "INFORMATION", + "account": "ACCOUNT", "theme": "THEME", "layout": "LAYOUT", "sources": "SOURCES", diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 1a9a6c18..11a1f554 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -604,6 +604,7 @@ "made_with_love": "Hecho con ❤️ por Tapframe y amigos", "sections": { "information": "INFORMACIÓN", + "account": "CUENTA", "theme": "TEMA", "layout": "DISEÑO", "sources": "FUENTES", diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index c3e72b65..176f7c6a 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -604,6 +604,7 @@ "made_with_love": "Fait avec ❤️ par Tapframe et ses amis", "sections": { "information": "INFORMATION", + "account": "COMPTE", "theme": "THÈME", "layout": "DISPOSITION", "sources": "SOURCES", diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index 25e52332..29110bdc 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -582,6 +582,7 @@ "made_with_love": "Feito com ❤️ por Tapframe e amigos", "sections": { "information": "INFORMAÇÕES", + "account": "CONTA", "theme": "TEMA", "layout": "LAYOUT", "sources": "FONTES",