-
Bug
-
Resolution: Fixed
-
23w06a, 23w07a, 1.19.4 Pre-release 2
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
The "selectWorld.experimental.message" string is missing a serial comma.
For a bit of context, a serial comma is a comma used after the penultimate item in a list of three or more items, typically before the words "and" or "or". For example within the sentence, "We went to the store and bought wheat, carrots, potatoes, and beetroots.", the serial comma is the comma present right after the word "potatoes".
Minecraft's source language, (which is English, United States), commonly makes use of this comma, and since it's present within several other strings throughout the game, this introduces an inconsistency.
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.experimental.message | Be careful! This configuration requires features that are still under development. Your world might crash, break or not work with future updates. |
Be careful! This configuration requires features that are still under development. Your world might crash, break, or not work with future updates. |
https://crowdin.com/translate/minecraft/10038/enus-engb#5343535 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"selectWorld.experimental.message"}
- Observe if the string utilizes a serial comma.
- Take note as to whether or not the "selectWorld.experimental.message" string is missing a serial comma.
Observed Behavior:
A serial comma is missing.
Expected Behavior:
A serial comma would be present.
- relates to
-
MC-259364 The "item.minecraft.smithing_template.netherite_upgrade.base_slot_description" string is missing a serial comma
- Resolved