The Bug:
Strings used to describe water and lava conversion gamerules are missing commas.
Within the English language, commas don't always need to be used however, they are typically used when a dependant clause (a clause that cannot stand alone as a sentence and needs to be joined with an independent clause to make sense) comes before an independent clause (a clause that can form a complete sentence standing alone).
With this string in particular, the dependent clause comes before the independent clause, therefore a comma should be used.
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 |
---|---|---|---|
gamerule.waterSourceConversion.description | When flowing water is surrounded on two sides by water sources it converts into a source. | When flowing water is surrounded on two sides by water sources, it converts into a source. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5343095 |
gamerule.lavaSourceConversion.description | When flowing lava is surrounded on two sides by lava sources it converts into a source. | When flowing lava is surrounded on two sides by lava sources, it converts into a source. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5343099 |
h3. 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 if the string contains a missing comma where appropriate.
Observed Behavior:
The said strings are missing commas.
Expected Behavior:
The said strings would have commas present where appropriate.
Attachments
Comments 0
No comments.