fix: add missing messages to load_translations in web form list file
This commit is contained in:
parent
36d9779e3f
commit
0d58394db0
1 changed files with 15 additions and 0 deletions
|
|
@ -286,6 +286,21 @@ def get_context(context):
|
|||
"Validation Error",
|
||||
"No {0} found",
|
||||
"Create a new {0}",
|
||||
"Camera",
|
||||
"Delete",
|
||||
"Drag and drop files here or upload from",
|
||||
"Following fields have missing values::Error message in web form",
|
||||
"Link",
|
||||
"Load More",
|
||||
"Message",
|
||||
"Missing Values Required:Error message in web form",
|
||||
"My Device",
|
||||
"No comments yet.",
|
||||
"No more items to display",
|
||||
"Set all private",
|
||||
"Set all public",
|
||||
"Start a new discussion",
|
||||
"Upload",
|
||||
self.title,
|
||||
self.introduction_text,
|
||||
self.success_title,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue