feat: implement internationalization support by updating locale files and adding language switch component
This commit is contained in:
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
export interface ILayoutLocaleParams {
|
||||
locale: TLocales;
|
||||
}
|
||||
|
||||
export type TLocales = 'en' | 'fa';
|
||||
|
||||
Reference in New Issue
Block a user