summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaZZlom <73530026+RaZZlom@users.noreply.github.com>2020-11-07 06:32:08 +0300
committerGitHub <noreply@github.com>2020-11-07 12:32:08 +0900
commita718ccc0b69a2de1121bf3ad5d0d5cab7e09e9cc (patch)
treef284ab7d19458b9f5d8e4897859b18a6f14df5ac
parentヘッダーに表示されるタブのインジケーターを実装 (#6803) (diff)
downloadmisskey-a718ccc0b69a2de1121bf3ad5d0d5cab7e09e9cc.tar.gz
misskey-a718ccc0b69a2de1121bf3ad5d0d5cab7e09e9cc.tar.bz2
misskey-a718ccc0b69a2de1121bf3ad5d0d5cab7e09e9cc.zip
Add missing languages (#6800)
-rw-r--r--locales/index.js15
1 files changed, 11 insertions, 4 deletions
diff --git a/locales/index.js b/locales/index.js
index ee260f269d..b76fa1dea7 100644
--- a/locales/index.js
+++ b/locales/index.js
@@ -15,17 +15,24 @@ const merge = (...args) => args.reduce((a, c) => ({
const languages = [
'ar-SA',
- //'cs-CZ',
- //'da-DK',
+ 'cs-CZ',
+ 'da-DK',
'de-DE',
'en-US',
'es-ES',
'fr-FR',
'ja-JP',
'ja-KS',
+ 'kab-KAB',
+ 'kn-IN',
'ko-KR',
- //'nl-NL',
- //'pl-PL',
+ 'nl-NL',
+ 'no-NO',
+ 'pl-PL',
+ 'pt-PT',
+ 'ru-RU',
+ 'ug-CN',
+ 'uk-UA',
'zh-CN',
'zh-TW',
];