feat(i18n): extend content translation storage

This commit is contained in:
poyrazavsever
2026-07-21 12:48:46 +03:00
parent 570b0774bd
commit 206484f0eb
11 changed files with 8647 additions and 24 deletions
+2
View File
@@ -15,6 +15,8 @@ export const I18N_NAMESPACES = [
"status",
"validation",
"api",
"analytics",
"business",
] as const;
export type I18nNamespace = (typeof I18N_NAMESPACES)[number];