diff options
| author | modimobeikete <54436686+modimobeikete@users.noreply.github.com> | 2024-11-15 13:08:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 13:08:48 +0300 |
| commit | c5bbb6b632060f88c933e4cb7c951bf1808945c8 (patch) | |
| tree | 545171754b913221e4574373c9a6fdec11c1e3c3 /web/assets | |
| parent | f497a8dbcc3e5a828ae253c0c8b916b048ab0afa (diff) | |
Add new language ja-JP (#2601)
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/langs.js | 5 |
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: "🇷🇺", |
