-
Bug
-
Resolution: Fixed
-
1.20.2, 23w41a, 24w10a, 24w19b
-
None
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
The "gamerule.doVinesSpread.description" string consists of grammatically incorrect word usage.
When referring to more than one thing, in this case, "vine blocks", the word "type" within this string should be spelled as "types" as we're referring to more than one type.
Affected Strings:
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 |
---|---|---|---|
gamerule.doVinesSpread.description | Controls whether or not the Vines block spreads randomly to adjacent blocks. Does not affect other type of vine blocks such as Weeping Vines, Twisting Vines, etc. | Controls whether or not the Vines block spreads randomly to adjacent blocks. Does not affect other types of vine blocks such as Weeping Vines, Twisting Vines, etc. | https://crowdin.com/translate/minecraft/10038/enus-engb#5343563 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"gamerule.doVinesSpread.description"}
- Look closely at the affected word within the string.
- Take note as to whether or not the "gamerule.doVinesSpread.description" string consists of grammatically incorrect word usage.
Observed Behavior:
The word "type" is used which is grammatically incorrect.
Expected Behavior:
The word "types" would be used.