mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Changed .localize method to need mandatory translations to be passed as second parameter
This commit is contained in:
@@ -36,6 +36,8 @@ export const DATE = {
|
||||
export const LANGUAGES = {
|
||||
INVALID_TYPE:
|
||||
"Cannot set localization. Expected a string for 'lang' but received %s",
|
||||
NO_TRANSLATIONS:
|
||||
"Cannot create or use language %s. If your itention was to just add a language (.lproj) folder to the bundle, both specify some translations or use .addBuffer to add some media.",
|
||||
} as const;
|
||||
|
||||
export const BARCODES = {
|
||||
|
||||
Reference in New Issue
Block a user