🏷️ Apply namespace types to translations

This commit is contained in:
Manuel
2023-08-05 17:45:50 +02:00
parent a287b87a4a
commit bd4b7b8c13
4 changed files with 11 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ const SettingsComponent = ({
country: language.country,
}));
const { t } = useTranslation('user/preferences');
const { t } = useTranslation(['user/preferences', 'common']);
const { i18nZodResolver } = useI18nZodResolver();