From e17f6fd6cf53ca39e3beda759e77819320f3952c Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Thu, 30 Jul 2026 21:18:37 +0200 Subject: [PATCH] i18n(editor): translate the remaining raw UI strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The explorer toggle tooltips (Hide/Show file explorer) and the header's Share-project title were raw English — now keyed and translated in all nine locales, same common2.json home as the menubar strings. --- frontend/src/components/layout/AppHeader.tsx | 2 +- frontend/src/i18n/locales/de/common2.json | 7 ++++++- frontend/src/i18n/locales/en/common2.json | 7 ++++++- frontend/src/i18n/locales/es/common2.json | 7 ++++++- frontend/src/i18n/locales/fr/common2.json | 7 ++++++- frontend/src/i18n/locales/it/common2.json | 7 ++++++- frontend/src/i18n/locales/ja/common2.json | 7 ++++++- frontend/src/i18n/locales/pt-br/common2.json | 7 ++++++- frontend/src/i18n/locales/ru/common2.json | 7 ++++++- frontend/src/i18n/locales/zh-cn/common2.json | 7 ++++++- frontend/src/pages/EditorPage.tsx | 4 ++-- 11 files changed, 57 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/layout/AppHeader.tsx b/frontend/src/components/layout/AppHeader.tsx index b6affcac..679bdd49 100644 --- a/frontend/src/components/layout/AppHeader.tsx +++ b/frontend/src/components/layout/AppHeader.tsx @@ -260,7 +260,7 @@ export const AppHeader: React.FC = ({ autoSave, editorMenu, edit color: '#ccc', fontSize: 13, }} - title="Share project" + title={t('header.shareProject', 'Share project')} > {