Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/assets/js/langs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js
index 9e1f0911..c6e4329f 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -5,7 +5,7 @@ const supportLangs = [
icon: '🇺🇸',
},
{
- name: 'Farsi',
+ name: 'فارسی',
value: 'fa_IR',
icon: '🇮🇷',
},
@@ -15,7 +15,7 @@ const supportLangs = [
icon: '🇨🇳',
},
{
- name: 'Russian',
+ name: 'Русский',
value: 'ru_RU',
icon: '🇷🇺',
},