mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Added new translations to 'it' in server.js
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user