From 2e3a2a0b1c0be70be8295446aecff73bd68be8d8 Mon Sep 17 00:00:00 2001 From: Cassiano D'Andrea Date: Sun, 19 Oct 2025 10:53:37 -0300 Subject: [PATCH] Adding new `About.Contact` (missing) translation and merging `About` localization keys, for `en-US` and `pt-BR` locales --- client/modules/About/pages/About.jsx | 2 +- client/modules/IDE/components/Header/MobileNav.jsx | 2 +- client/modules/IDE/components/Header/Nav.jsx | 2 +- translations/locales/en-US/translations.json | 4 ++-- translations/locales/pt-BR/translations.json | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/modules/About/pages/About.jsx b/client/modules/About/pages/About.jsx index 40a8852333..840278cbb7 100644 --- a/client/modules/About/pages/About.jsx +++ b/client/modules/About/pages/About.jsx @@ -95,7 +95,7 @@ const About = () => { ))} -

{t('Contact')}

+

{t('About.Contact')}

{t('About.Email')} diff --git a/client/modules/IDE/components/Header/MobileNav.jsx b/client/modules/IDE/components/Header/MobileNav.jsx index 0282ae186e..9ffd4bbc6a 100644 --- a/client/modules/IDE/components/Header/MobileNav.jsx +++ b/client/modules/IDE/components/Header/MobileNav.jsx @@ -455,7 +455,7 @@ const MoreMenu = () => { {t('Nav.Help.Reference')} - {t('Nav.Help.About')} + {t('About.Title')}
diff --git a/client/modules/IDE/components/Header/Nav.jsx b/client/modules/IDE/components/Header/Nav.jsx index 4099327527..28995a2d56 100644 --- a/client/modules/IDE/components/Header/Nav.jsx +++ b/client/modules/IDE/components/Header/Nav.jsx @@ -287,7 +287,7 @@ const ProjectMenu = () => { {t('Nav.Help.Reference')} - {t('Nav.Help.About')} + {t('About.Title')}