The Bug:
The "selectWorld.mapFeatures.info" string is missing a comma after the word "Shipwrecks".
A comma should always be used before the word "etc".
Affected String:
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 |
---|---|---|---|
selectWorld.mapFeatures.info | Villages, Shipwrecks etc. | Villages, Shipwrecks, etc. | https://crowdin.com/translate/minecraft/10038/enus-engb#5343373 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"selectWorld.mapFeatures.info"}
- Observe if the string utilizes a comma after the word "Shipwrecks".
- Take note as to whether or not the "selectWorld.mapFeatures.info" string is missing a comma after the word "Shipwrecks".
Observed Behavior:
A comma is missing.
Expected Behavior:
A comma would be present.