Merge pull request #277 from ImranR98/dev

Added FA to language menu
This commit is contained in:
Imran Remtulla
2023-02-12 19:26:09 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ const supportedLocales = [
Locale('it'),
Locale('ja'),
Locale('hu'),
Locale('de')
Locale('de'),
Locale('fa')
];
const fallbackLocale = Locale('en');
const localeDir = 'assets/translations';