summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-09-23 17:57:06 +0200
committerGitHub2018-09-23 17:57:06 +0200
commit32afa1437510fb55194c9532fced856f9a496eb0 (patch)
tree9e3f3434246b7b75d341c99ea1445ed8c091672f /app.js
parentfe977434f9e90479c846f8bada2a6ce8df99e656 (diff)
parente65e85fa6ded897066ecb0bf2071e487017c0efb (diff)
Merge pull request #962 from SISheogorath/feature/indonesian
Add indonesian language to CodiMD
Diffstat (limited to '')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 24f0516f..ab37bff1 100644
--- a/app.js
+++ b/app.js
@@ -113,7 +113,7 @@ if (config.csp.enable) {
}
i18n.configure({
- locales: ['en', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko'],
+ locales: ['en', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko', 'id'],
cookie: 'locale',
directory: path.join(__dirname, '/locales'),
updateFiles: config.updateI18nFiles