mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Added bundle to messages
This commit is contained in:
@@ -73,6 +73,10 @@ export const MODELS = {
|
||||
FILE_NO_OPEN: "Cannot open model file. %s",
|
||||
} as const;
|
||||
|
||||
export const BUNDLE = {
|
||||
CLOSED: "Cannot add file. Bundle is closed.",
|
||||
} as const;
|
||||
|
||||
/**
|
||||
* Creates a message with replaced values
|
||||
* @param messageName
|
||||
|
||||
Reference in New Issue
Block a user