feat: implement internationalization support by updating locale files and adding language switch component

This commit is contained in:
2025-06-08 09:25:38 +03:30
parent 2ae57940f0
commit 12775285ec
19 changed files with 148 additions and 333 deletions
+2
View File
@@ -1,3 +1,5 @@
export interface ILayoutLocaleParams {
locale: TLocales;
}
export type TLocales = 'en' | 'fa';