fix default language in initLocalizer

This commit is contained in:
Alireza Ahmadi
2023-06-16 11:10:34 +02:00
parent e1e5899a90
commit 86508876f9
2 changed files with 3 additions and 3 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: '🇷🇺',
},
];