-
Bug
-
Resolution: Unresolved
-
None
-
1.19.2, 22w42a, 22w45a, 1.19.3, 23w06a, 1.19.4 Pre-release 2, 1.19.4, 23w12a, 1.20, 1.20.1, 24w10a, 1.21, 24w33a, 1.21.1
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
Some strings that mention the names of items or blocks 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.adventure.sleep_in_bed.description" string for example. This string was previously "Sleep in a bed to change your respawn point" and was changed to "Sleep in a Bed to change your respawn point" in 22w15a. So why is this relevant? This change in capitalization suggests that all item names regardless of whether they've been explicitly mentioned, should be capitalized where appropriate throughout all strings in the game, therefore leading me to believe that this is a valid issue.
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 |
---|---|---|---|
block.minecraft.bed.occupied | This bed is occupied | This Bed is occupied | https://crowdin.com/translate/minecraft/10038/enus-engb#5334134 |
block.minecraft.bed.obstructed | This bed is obstructed | This Bed is obstructed | https://crowdin.com/translate/minecraft/10038/enus-engb#5334136 |
block.minecraft.bed.too_far_away | You may not rest now; the bed is too far away | You may not rest now; the Bed is too far away | https://crowdin.com/translate/minecraft/10038/enus-engb#5334140 |
block.minecraft.spawn.not_valid | You have no home bed or charged respawn anchor, or it was obstructed | You have no home Bed or charged Respawn Anchor, or it was obstructed | https://crowdin.com/translate/minecraft/10038/enus-engb#5334144 |
book.finalizeWarning | Note! When you sign the book, it will no longer be editable. | Note! When you sign the Book, it will no longer be editable. | https://crowdin.com/translate/minecraft/10038/enus-engb#5333388 |
book.invalid.tag | ⋆ Invalid book tag ⋆ | ⋆ Invalid Book tag ⋆ | https://crowdin.com/translate/minecraft/10038/enus-engb#5333398 |
recipe.toast.description | Check your recipe book | Check your Recipe Book | https://crowdin.com/translate/minecraft/10038/enus-engb#5337390 |
tutorial.craft_planks.description | The recipe book can help | The Recipe Book can help | https://crowdin.com/translate/minecraft/10038/enus-engb#5340418 |
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 some strings that mention the names of items or blocks are improperly capitalized.
Observed Behavior:
Some strings that mention the names of items or blocks are improperly capitalized.
Expected Behavior:
All strings that mention the names of items or blocks would be properly capitalized.
- relates to
-
MC-260799 The word "Sand" is not capitalized in the brush subtitle
- Resolved