From 56182532cb77bbea300c86601cbb137e2b9ac9e8 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 7 Jun 2018 10:24:47 +0200 Subject: Add korean translation This translation was contributed via POEditor by the user Basix. Thanks a lot for your work! Signed-off-by: Sheogorath --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') 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') }) -- cgit v1.2.3