a29ccdcdb0
Ensure that if the user provides non-ASCII descriptions or e.g. allowed values in a template, that we can print them correctly wherever they appear in API output (such as in error messages). Also allow all default error messages to be localised. Change-Id: Id2c309a33634b35a4f1f8b7ddf252db22bc46625 Story: #2003096 Task: 23188
8 lines
248 B
YAML
8 lines
248 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Non-ASCII text that appears in parameter constraints (e.g. in the
|
|
description of a constraint, or a list of allowed values) will now be
|
|
handled correctly when generating error messages if the constraint is not
|
|
met.
|