fix default language in initLocalizer

Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
MHSanaei
2023-06-16 13:01:34 +03:30
parent 1328bb5aba
commit 97925eeebe
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ const supportLangs = [
},
{
name: 'فارسی',
value: 'fa_IR',
value: 'fa-IR',
icon: '🇮🇷',
},
{
@@ -16,7 +16,7 @@ const supportLangs = [
},
{
name: 'Русский',
value: 'ru_RU',
value: 'ru-RU',
icon: '🇷🇺',
},
];