summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorMartin Turoci2019-10-05 22:32:47 +0200
committerMartin Turoci2019-10-05 22:32:47 +0200
commitc1f629161b80fc0ee3d59a154fddc7c6c4b0ed0a (patch)
treea60805412ef242441f27d8facd13e283260e2ed9 /app.js
parent7c78e29e2a317a5c5e504a731f7c5f95d279b609 (diff)
Slovak locale
Signed-off-by: Martin Turoci <martinturoci@gmail.com>
Diffstat (limited to '')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 013a3702..10b7bd97 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', 'sr', 'vi', 'ar', 'cs'],
+ 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', 'vi', 'ar', 'cs', 'sk'],
cookie: 'locale',
indent: ' ', // this is the style poeditor.com exports it, this creates less churn
directory: path.join(__dirname, '/locales'),