summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-10-14 22:52:54 +0800
committerWu Cheng-Han2016-10-14 22:52:54 +0800
commitdbd7449740a5c9b9fc51fb92c0f7614e180b8063 (patch)
tree0d6e2872e07064b5920fe9ea3897c2266378f97d /app.js
parent9995cbfd326b51fb23646ff8d5f2b0e65c3cdce2 (diff)
Update to support Hindi locale
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 b8034add..c0c554c4 100644
--- a/app.js
+++ b/app.js
@@ -95,7 +95,7 @@ app.use(helmet.hsts({
}));
i18n.configure({
- locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk'],
+ locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi'],
cookie: 'locale',
directory: __dirname + '/locales'
});