chore(i18n): use default i18n provider, define LanguageManager component to handle direction and lng

This commit is contained in:
Sajad Mirjalili
2025-07-15 12:18:42 +03:30
parent f14bd00ed8
commit 141a827d22
20 changed files with 95 additions and 153 deletions

View File

@@ -1 +0,0 @@
export type Language = 'en' | 'fa';

View File

@@ -1 +0,0 @@
export type AppTheme = 'default' | 'dark';