summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-03-16 19:58:45 +0100
committerGitHub2019-03-16 19:58:45 +0100
commit992f02c2942012e5bbd47a88ed8232306e4d331a (patch)
treed23d082851a95af1a66a8883a4ff07efe0599265 /app.js
parent27ba5f910d584119b43f080a12123829c3559341 (diff)
parent20d1f17d2ce69f7b79b8a4bbeb1d4d84f9ff84f0 (diff)
Merge pull request #1158 from SISheogorath/feature/serbianLanguage
Add serbian language
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 db930141..cb7cc6fe 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', 'id'],
+ 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', 'sr'],
cookie: 'locale',
directory: path.join(__dirname, '/locales'),
updateFiles: config.updateI18nFiles