Add i18n namespaces and add translations for manage boards

This commit is contained in:
Manuel
2023-08-05 17:00:29 +02:00
parent 6aff6dbedc
commit 42688ad2c7
4 changed files with 118 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ export const dashboardNamespaces = [
'widgets/location',
];
export const manageNamespaces = ['user/preferences', 'zod'];
export const manageNamespaces = ['user/preferences', 'boards/manage', 'zod'];
export const loginNamespaces = ['authentication/login', 'zod'];