mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-16 02:25:32 +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", {
|
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", {
|
||||||
|
|||||||
Reference in New Issue
Block a user