mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-12 01:50:15 +02:00
Added FA to language menu
(and renamed file for consistency)
This commit is contained in:
@@ -33,7 +33,8 @@ const supportedLocales = [
|
|||||||
Locale('it'),
|
Locale('it'),
|
||||||
Locale('ja'),
|
Locale('ja'),
|
||||||
Locale('hu'),
|
Locale('hu'),
|
||||||
Locale('de')
|
Locale('de'),
|
||||||
|
Locale('fa')
|
||||||
];
|
];
|
||||||
const fallbackLocale = Locale('en');
|
const fallbackLocale = Locale('en');
|
||||||
const localeDir = 'assets/translations';
|
const localeDir = 'assets/translations';
|
||||||
|
Reference in New Issue
Block a user