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:
authorNikolas <160475670+Loudhot@users.noreply.github.com>2024-02-27 14:35:24 +0300
committerGitHub <noreply@github.com>2024-02-27 14:35:24 +0300
commit688ae4da106b30e152de8251d9670498a0db84ed (patch)
tree5a6728bf480e4c775a471078b9d422970ad6904e /web/assets
parent0785da7223f22d2237473dbbc38b9f2afd92c6fb (diff)
Added Ukrainian language (#1926)
* Added Ukrainian language Ukrainian * Update langs.js Added Ukrainian language
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 42fa49ff..a7364bcb 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -34,6 +34,11 @@ const supportLangs = [
value: 'id-ID',
icon: '🇮🇩',
},
+ {
+ name: 'Український',
+ value: 'uk-UA',
+ icon: '🇺🇦',
+ },
];
function getLang() {