Moved pass.json to typescript; Removed load method from pass implementation

This commit is contained in:
Alexander Cerutti
2019-05-20 22:08:08 +02:00
parent 7ee36c6f87
commit 9609187fa5
5 changed files with 43 additions and 130 deletions

View File

@@ -21,10 +21,7 @@ const debugMessages: MessageGroup = {
BRC_FORMATTYPE_UNMATCH: "Format must be a string or null. Cannot set backward compatibility.",
BRC_AUTC_MISSING_DATA: "Unable to autogenerate barcodes. Data is not a string or an object with no message field",
BRC_BW_FORMAT_UNSUPPORTED: "This format is not supported (by Apple) for backward support. Please choose another one.",
DATE_FORMAT_UNMATCH: "%s was not set due to incorrect date format.",
LOAD_TYPES_UNMATCH: "Resource and name are not valid strings. No action will be taken for the specified medias.",
LOAD_MIME: "Picture MIME-type: %s",
LOAD_NORES: "Was not able to fetch resource %s. Error: %s"
DATE_FORMAT_UNMATCH: "%s was not set due to incorrect date format."
};
/**