mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Updated examples and tests
This commit is contained in:
@@ -50,8 +50,9 @@ app.all(async function manageRequest(request, response) {
|
||||
|
||||
// This language does not exist but is still added as .lproj folder
|
||||
pass.localize("zu", {});
|
||||
|
||||
// @ts-ignore - ignoring for logging purposes. Do not replicate
|
||||
console.log("Added languages", Object.keys(pass.l10nBundles).join(", "))
|
||||
console.log("Added languages", pass.localize().join(", "))
|
||||
|
||||
const stream = pass.generate();
|
||||
response.set({
|
||||
|
||||
Reference in New Issue
Block a user