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", { pass.localize("it", {
"EVENT": "Evento", "EVENT": "Evento",
"LOCATION": "Dove" "LOCATION": "Dove",
"PARTY": "Festa",
"ROW": "Riga"
}); });
pass.localize("en", { pass.localize("en", {
"EVENT": "Event", "EVENT": "Event",
"LOCATION": "Location" "LOCATION": "Location"
}) });
// non-existing language code // non-existing language code
pass.localize("ol", { pass.localize("ol", {