Resource translation improvements
* Fix locale context management * Assure proper locale context parameters are used when updating, listing translations * Return missing module field translations
This commit is contained in:
@@ -17,8 +17,8 @@ locale:
|
||||
skipSvc: true
|
||||
keys:
|
||||
- label
|
||||
# - { name: descriptionView, path: meta.description.view, custom: true }
|
||||
# - { name: descriptionEdit, path: meta.description.edit, custom: true }
|
||||
# - { name: hintView, path: meta.hint.view, custom: true }
|
||||
# - { name: hintEdit, path: meta.hint.edit, custom: true }
|
||||
- { name: descriptionView, path: meta.description.view, custom: true, customHandler: descriptionView }
|
||||
- { name: descriptionEdit, path: meta.description.edit, custom: true, customHandler: descriptionEdit }
|
||||
- { name: hintView, path: meta.hint.view, custom: true, customHandler: hintView }
|
||||
- { name: hintEdit, path: meta.hint.edit, custom: true, customHandler: hintEdit }
|
||||
- { name: validatorError, path: "expression.validator.{{validatorID}}.error", custom: true, customHandler: validatorError }
|
||||
|
||||
Reference in New Issue
Block a user