lang show

This commit is contained in:
MHSanaei 2023-05-14 01:09:31 +03:30
parent 947129a62a
commit f4be9f234a

View file

@ -5,7 +5,7 @@ const supportLangs = [
icon: '🇺🇸', icon: '🇺🇸',
}, },
{ {
name: 'Farsi', name: 'فارسی',
value: 'fa_IR', value: 'fa_IR',
icon: '🇮🇷', icon: '🇮🇷',
}, },
@ -15,7 +15,7 @@ const supportLangs = [
icon: '🇨🇳', icon: '🇨🇳',
}, },
{ {
name: 'Russian', name: 'Русский',
value: 'ru_RU', value: 'ru_RU',
icon: '🇷🇺', icon: '🇷🇺',
}, },