-
Bug
-
Resolution: Unresolved
-
None
-
1.16.5, 21w10a, 21w11a, 21w13a, 21w14a, 21w15a, 21w16a, 21w17a, 21w19a, 21w20a, 1.17 Pre-release 1, 1.17 Release Candidate 1, 1.17, 1.17.1 Pre-release 1, 1.17.1 Pre-release 2, 1.17.1 Release Candidate 1, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.2, 22w43a, 1.19.3, 1.19.4, 1.20.1, 1.21, 1.21.3
-
Community Consensus
-
Text
The Bug:
Wandering trader drinking subtitles are improperly capitalized.
The release of 22w15a changed the majority of advancement strings to capitalize generic nouns within them (nouns that don't explicitly refer to the name of an item). Take the "advancements.story.mine_stone.description" string for example. This string was previously "Mine stone with your new pickaxe" and was changed to "Mine Stone with your new Pickaxe" in 22w15a. So why is this relevant? This change in capitalization suggests that generic nouns should be capitalized, therefore leading me to believe that wandering trader drinking subtitles are improperly capitalized.
Affected Strings:
Before reading the table, please note the following:
- Words colored in GREEN are correct.
- Words colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
---|---|---|---|
subtitles.entity.wandering_trader.drink_potion | Wandering Trader drinks potion | Wandering Trader drinks Potion | https://crowdin.com/translate/minecraft/9885/enus-engb#5268871 |
subtitles.entity.wandering_trader.drink_milk | Wandering Trader drinks milk | Wandering Trader drinks Milk | https://crowdin.com/translate/minecraft/9885/enus-engb#5268869 |
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"}
- Look closely at the affected words within the string.
- Take note as to whether or not wandering trader drinking subtitles are improperly capitalized.
Observed Behavior:
Wandering trader drinking subtitles are improperly capitalized.
Expected Behavior:
Wandering trader drinking subtitles would be properly capitalized.