The Bug:
The "argument.enum.invalid" string surrounds the placeholder with double quotes instead of single quotes, unlike every other command.
Affected String(s):
Before reading the table, please note the following:
Characters colored in GREEN are correct.
Characters colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
argument.enum.invalid | Invalid value "%s" | Invalid value ‘%s’ | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341610 |
argument.criteria.invalid | Unknown criterion '%s' | Unknown criterion '%s' | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341826 |
argument.dimension.invalid | Unknown dimension '%s' | Unknown dimension '%s' | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341810 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"argument.enum.invalid"}Observe the string's use of double or single quotes.
Observed Behavior:
The string uses double quotes.
Expected Behavior:
The string would use single quotes.