feat: add i18n persistence model

This commit is contained in:
poyrazavsever
2026-07-19 03:06:47 +03:00
parent f4a2342ac4
commit 805beccf95
11 changed files with 4670 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
export * from "./auth";
export * from "./domain";
export * from "./i18n";
export * from "./runtime";
export * from "./settings";
export * from "./storage";