List all namespaces in useTranslation

This commit is contained in:
Nicola Benaglia
2025-05-24 12:14:06 +02:00
parent 5546ffdd7a
commit 75dada87cb
75 changed files with 574 additions and 82 deletions

View File

@@ -181,7 +181,13 @@ export const ChatList = ({
}, []);
const theme = useTheme();
const { t } = useTranslation(['auth', 'core', 'group']);
const { t } = useTranslation([
'auth',
'core',
'group',
'question',
'tutorial',
]);
return (
<Box