summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorSheogorath2018-06-07 10:24:47 +0200
committerSheogorath2018-06-07 14:29:01 +0200
commit56182532cb77bbea300c86601cbb137e2b9ac9e8 (patch)
tree2a239e407c2027e491c799f797cec472e708ca31 /app.js
parentb07925b849e8be5887c06d9bcc1e5d33b22befbb (diff)
Add korean translation
This translation was contributed via POEditor by the user Basix. Thanks a lot for your work! Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 8f9300f2..b9abba0c 100644
--- a/app.js
+++ b/app.js
@@ -129,7 +129,7 @@ if (config.csp.enable) {
}
i18n.configure({
- locales: ['en', 'zh', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da'],
+ locales: ['en', 'zh', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko'],
cookie: 'locale',
directory: path.join(__dirname, '/locales')
})