summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-06-07 14:52:56 +0200
committerGitHub2018-06-07 14:52:56 +0200
commitf36b10abb2368459e4ba546d826c16b3232f4ba0 (patch)
treea9fbf1faa76008dfcc5ac73a60bb9b1e460c9107 /app.js
parent6f76e9940feee9b0a5f91d6fa3987ec9613d4d4e (diff)
parent56182532cb77bbea300c86601cbb137e2b9ac9e8 (diff)
Merge pull request #837 from SISheogorath/translate/korean
Add korean translation
Diffstat (limited to '')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index e42e2d97..772073b0 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'),
updateFiles: config.updateI18nFiles