Added new translations to 'it' in server.js

This commit is contained in:
alexandercerutti
2018-08-19 16:01:40 +02:00
parent 40268709b6
commit 8cda71309d

View File

@@ -54,13 +54,15 @@ function manageRequest(request, response) {
pass.localize("it", {
"EVENT": "Evento",
"LOCATION": "Dove"
"LOCATION": "Dove",
"PARTY": "Festa",
"ROW": "Riga"
});
pass.localize("en", {
"EVENT": "Event",
"LOCATION": "Location"
})
});
// non-existing language code
pass.localize("ol", {