diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-29 20:38:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-29 20:38:19 +0900 |
| commit | b00db74216abbfdd6e1f6daf9613b32857f7b774 (patch) | |
| tree | 0e1c75099e5510df8dae3d97b2a9e3f4d4ab9f30 | |
| parent | メールサーバーの設定がオフの場合はメール設定を表示... (diff) | |
| download | misskey-b00db74216abbfdd6e1f6daf9613b32857f7b774.tar.gz misskey-b00db74216abbfdd6e1f6daf9613b32857f7b774.tar.bz2 misskey-b00db74216abbfdd6e1f6daf9613b32857f7b774.zip | |
Add korean
| -rw-r--r-- | locales/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/index.js b/locales/index.js index f8b836759c..96a1af38b1 100644 --- a/locales/index.js +++ b/locales/index.js @@ -5,7 +5,7 @@ const fs = require('fs'); const yaml = require('js-yaml'); -const langs = ['de-DE', 'en-US', 'fr-FR', 'ja-JP', 'ja-KS', 'pl-PL', 'es-ES', 'nl-NL', 'zh-CN']; +const langs = ['de-DE', 'en-US', 'fr-FR', 'ja-JP', 'ja-KS', 'pl-PL', 'es-ES', 'nl-NL', 'zh-CN', 'ko-KR']; const loadLocale = lang => yaml.safeLoad(fs.readFileSync(`${__dirname}/${lang}.yml`, 'utf-8')); const locales = langs.map(lang => ({ [lang]: loadLocale(lang) })); |