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:
authormodimobeikete <54436686+modimobeikete@users.noreply.github.com>2024-11-15 13:08:48 +0300
committerGitHub <noreply@github.com>2024-11-15 13:08:48 +0300
commitc5bbb6b632060f88c933e4cb7c951bf1808945c8 (patch)
tree545171754b913221e4574373c9a6fdec11c1e3c3 /web/assets
parentf497a8dbcc3e5a828ae253c0c8b916b048ab0afa (diff)
Add new language ja-JP (#2601)
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 1972d840..823160ad 100644
--- a/web/assets/js/langs.js
+++ b/web/assets/js/langs.js
@@ -20,6 +20,11 @@ const supportLangs = [
icon: "🇹🇼",
},
{
+ name: "日本語",
+ value: "ja-JP",
+ icon: "🇯🇵",
+ },
+ {
name: "Русский",
value: "ru-RU",
icon: "🇷🇺",