Added Esperanto translation

Translation by Jonathan Powell and James Stephenson
This commit is contained in:
James Stephenson 2016-12-30 22:02:57 -05:00
parent 9fd5c86b82
commit ec1ae8c6b5
3 changed files with 106 additions and 1 deletions

2
app.js
View file

@ -103,7 +103,7 @@ app.use(helmet.hsts({
}));
i18n.configure({
locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv'],
locales: ['en', 'zh', 'fr', 'de', 'ja', 'es', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo'],
cookie: 'locale',
directory: __dirname + '/locales'
});