summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-10-02 10:34:10 +0800
committerWu Cheng-Han2016-10-02 10:34:10 +0800
commitaaf32dc4bfab6d4e78fd1765bbbd4c828a9e8809 (patch)
tree8d4c9496b2642ff71fedbc2e14512b52bab207db /app.js
parent705352db754e9fa88ecf795fcaf3a362575bcab4 (diff)
Update to support Greek and Portuguese locales
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 86fc28b3..e18a2f0b 100644
--- a/app.js
+++ b/app.js
@@ -94,7 +94,7 @@ app.use(helmet.hsts({
}));
i18n.configure({
- locales: ['en', 'zh', 'fr', 'de', 'ja', 'es'],
+ locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt'],
cookie: 'locale',
directory: __dirname + '/locales'
});