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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-05 12:13:18 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-05 12:14:37 +0300
commit222b9734caba389604fd81caa068e815bdb16dcb (patch)
treeacc7a039724b9a96e4584519a11ae52e80cf6c89 /web/assets
parentc9ba393ce7bd7050b4d2dc8d4e3c019641a5f087 (diff)
Lang - Indonesian #1710
Co-Authored-By: Muhamad Solihin <85750131+lihin929@users.noreply.github.com>
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/langs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/assets/js/langs.js b/web/assets/js/langs.js
index 59f0696f..42fa49ff 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -29,6 +29,11 @@ const supportLangs = [
value: 'es-ES',
icon: '🇪🇸',
},
+ {
+ name: 'Indonesian',
+ value: 'id-ID',
+ icon: '🇮🇩',
+ },
];
function getLang() {