-
Bug
-
Resolution: Fixed
-
22w45a, 1.19.3, 1.19.4
-
Confirmed
-
Text
-
Low
-
Expansion A
The Bug:
Some chiseled bookshelf interaction 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 some chiseled bookshelf interaction subtitles are improperly capitalized. 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.chiseled_bookshelf.insert_enchanted | Enchanted book placed | Enchanted Book placed | https://crowdin.com/translate/minecraft/10038/enus-engb#5343133 |
subtitles.chiseled_bookshelf.take_enchanted | Enchanted book taken | Enchanted Book taken | https://crowdin.com/translate/minecraft/10038/enus-engb#5343137 |
Steps to Reproduce:
- Display any of the affected strings as listed above by using the commands provided below.
/tellraw @s {"translate":"subtitles.chiseled_bookshelf.insert_enchanted"}
/tellraw @s {"translate":"subtitles.chiseled_bookshelf.take_enchanted"}
- Look closely at the affected words within the string.
- Take note as to whether or not some chiseled bookshelf interaction subtitles are improperly capitalized.
Observed Behavior:
Some chiseled bookshelf interaction subtitles are improperly capitalized.
Expected Behavior:
All chiseled bookshelf interaction subtitles would be properly capitalized.