-
Bug
-
Resolution: Fixed
-
23w51a, 23w51b
-
None
-
Confirmed
-
Text
-
Normal
-
1164390
-
Expansion A
The Bug:
The word "armor" within the Wolf Armor subtitle strings is 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 |
---|---|---|---|
item.minecraft.wolf_armor | Wolf Armor | Wolf Armor | https://crowdin.com/editor/minecraft/10038/enus-de?view=comfortable#5365136 |
subtitles.item.armor.equip_wolf | Wolf armor straps | Wolf Armor straps | https://crowdin.com/editor/minecraft/10038/enus-de?view=comfortable#5365162 |
subtitles.item.armor.unequip_wolf | Wolf armor slips off | Wolf Armor slips off | https://crowdin.com/editor/minecraft/10038/enus-de?view=comfortable#5365164 |
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 string's capitalization.
Observed Behavior:
The word "armor" within the Wolf Armor subtitle strings is improperly capitalized.
Expected Behavior:
The word "armor" within the Wolf Armor subtitle strings would be capitalized. It should be "Armor" instead of "armor".
- relates to
-
MC-219541 Armor equipping subtitles are improperly capitalized
- Open