-
Bug
-
Resolution: Won't Fix
-
None
-
22w15a
-
None
-
Community Consensus
-
Advancements, Text
The Bug:
The "Sneak 100" advancement description doesn't contain a serial comma where appropriate.
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.
Below is a table I've constructed that highlights this error and shows the inconsistency here. You can find information about what the current and expected string is and would be, some context regarding it, and a link to the appropriate string on crowdin.
Translation Key | Current String | Expected String | Uses the serial comma? | String URL on Crowdin |
---|---|---|---|---|
multiplayerWarning.message | Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone. | Caution: Online play is offered by third-party servers that are not owned, operated, or supervised by Mojang Studios or Microsoft. During online play, you may be exposed to unmoderated chat messages or other types of user-generated content that may not be suitable for everyone. | Yes | https://crowdin.com/translate/minecraft/9458/enus-engb#5238242 |
options.graphics.fabulous.tooltip | %s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water. This may severely impact performance for portable devices and 4K displays. | %s graphics uses screen shaders for drawing weather, clouds, and particles behind translucent blocks and water. This may severely impact performance for portable devices and 4K displays. | Yes | https://crowdin.com/translate/minecraft/9458/enus-engb#5238640 |
options.graphics.fancy.tooltip | Fancy graphics balances performance and quality for the majority of machines. Weather, clouds, and particles may not appear behind translucent blocks or water. | Fancy graphics balances performance and quality for the majority of machines. Weather, clouds, and particles may not appear behind translucent blocks or water. | Yes | https://crowdin.com/translate/minecraft/9458/enus-engb#5238644 |
advancements.adventure.avoid_vibration.description | Sneak near a Sculk Sensor, Sculk Shrieker or Warden to prevent it from hearing you | Sneak near a Sculk Sensor, Sculk Shrieker, or Warden to prevent it from hearing you | No | https://crowdin.com/translate/minecraft/10002/enus-engb#5295488 |
Steps to Reproduce:
- Grant yourself with the "Sneak 100" advancement.
/advancement grant @s only minecraft:adventure/avoid_vibration
- Look at the advancement description closely and take note as to whether or not a serial comma is present.
Observed Behavior:
No serial comma is present.
Expected Behavior:
A serial comma would be present.