From 56b09c4294f95d33ca96f8953e51fb73020615ed Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sun, 25 May 2025 01:14:24 +0200 Subject: [PATCH] Add new key --- src/App.tsx | 55 ++++++++++++++++++++++++++--- src/components/Apps/AppViewer.tsx | 10 ++++-- src/components/Chat/GroupAvatar.tsx | 26 +++++++++++++- src/components/Group/Group.tsx | 12 +++++-- src/components/MainAvatar.tsx | 26 +++++++++++++- src/hooks/useModal.tsx | 1 - src/i18n/locales/de/tutorial.json | 4 +-- src/i18n/locales/en/auth.json | 10 +++--- src/i18n/locales/en/tutorial.json | 2 +- src/i18n/locales/es/auth.json | 1 + src/i18n/locales/fr/auth.json | 1 + src/i18n/locales/fr/tutorial.json | 2 +- src/i18n/locales/it/auth.json | 4 ++- src/i18n/locales/it/tutorial.json | 2 +- src/i18n/locales/ja/auth.json | 10 +++--- src/i18n/locales/ja/tutorial.json | 4 +-- src/i18n/locales/ru/auth.json | 10 +++--- src/i18n/locales/ru/tutorial.json | 2 +- src/i18n/locales/zh/auth.json | 4 ++- src/i18n/locales/zh/tutorial.json | 4 +-- 20 files changed, 154 insertions(+), 36 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5c9e8a5..9c5c0ab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3422,8 +3422,15 @@ function App() { aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description" > - - {'Important Info'} + + {t('tutorial:important_info', { + postProcess: 'capitalizeAll', + })} @@ -3448,18 +3455,45 @@ function App() { aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description" > - + {t('core:action.logout', { postProcess: 'capitalizeAll' })} - + {messageUnsavedChanges.message} -