aliases are normalized and used in normalized state, but nonnormalized aliases contain everything
This commit is contained in:
@@ -838,6 +838,8 @@ error-identifier-underscore = { $label } cannot start with an underscore.
|
||||
error-identifier-number = { $label } cannot start with a number.
|
||||
error-identifier-too-long = { $label } cannot be longer than { $limit } characters.
|
||||
error-identifier-charset = { $label } may only use lowercase letters, digits and underscores.
|
||||
error-alias-charset = { $label } must contain a letter, number, punctuation mark or non-emoji symbol, and cannot contain control characters.
|
||||
error-alias-too-long = { $label } cannot be longer than { $limit } UTF-8 bytes.
|
||||
error-identifier-reserved = { $label } uses a reserved name.
|
||||
|
||||
# --- Add validation --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user