summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-09-16 22:29:13 +0800
committerWu Cheng-Han2016-09-16 22:29:13 +0800
commit4cc00c6c40c26de9b1b994626cc8dc54cc10febc (patch)
treec3cd514da788dbe7adfaf77df933128b21ef9804 /app.js
parent32073b55e408c21194275f31169bf0468931f3ce (diff)
Update to support French, Deutsch, Japanese and Spanish locales
Diffstat (limited to '')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index e0e86fff..683d3139 100644
--- a/app.js
+++ b/app.js
@@ -94,7 +94,7 @@ app.use(helmet.hsts({
}));
i18n.configure({
- locales: ['en', 'zh'],
+ locales: ['en', 'zh', 'fr', 'de', 'ja', 'es'],
cookie: 'locale',
directory: __dirname + '/locales'
});