The Bug:
Some stopwatch command strings incorrectly capitalize the word “Stopwatch” mid-sentence, which is inconsistent with other commands.
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 |
|---|---|---|---|
commands.stopwatch.create.success | Created Stopwatch '%s' | Created stopwatch '%s' | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5438241 |
commands.stopwatch.remove.success | Removed Stopwatch '%s' | Removed stopwatch '%s' | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5438247 |
commands.stopwatch.restart.success | Restarted Stopwatch '%s' | Restarted stopwatch '%s' | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5438249 |
commands.bossbar.create.success | Created custom bossbar %s | Created custom bossbar %s | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341194 |
commands.bossbar.remove.success | Removed custom bossbar %s | Removed custom bossbar %s | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341196 |
Steps to Reproduce:
Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"}Observe the capitalization of the said words within the string.
Observed Behavior:
The word “Stopwatch” is capitalized mid-sentence.
Expected Behavior:
The word “Stopwatch” would not be capitalized mid-sentence.