Added bundle to messages

This commit is contained in:
Alexander Cerutti
2021-10-15 11:26:32 +02:00
parent 2278308149
commit d5d5cb78b2
3 changed files with 8 additions and 2 deletions

View File

@@ -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