Small tidy up on context plugin loading

This commit is contained in:
Nick O'Leary
2018-06-29 09:48:38 +01:00
parent bc01f9f8fd
commit 466cb4be89
2 changed files with 72 additions and 43 deletions

View File

@@ -159,6 +159,7 @@
"context": {
"error-module-not-loaded": "'__module__' could not be loaded",
"error-loading-module": "Error loading context module '__module__': __message__ ",
"error-module-not-defined": "'module' is not defined in '__storage__' of settings.contextStorage",
"error-invalid-default-module": "Invalid storage '__storage__' is specified as a default storage",
"error-use-undefined-storage": "Undefined storage '__storage__' is specified"