mojira.dev
MC-279175

Some multiplayer disconnection strings are missing articles and demonstratives

The Bug:

Some multiplayer disconnection strings are missing articles and demonstratives.

For a bit of context, articles are words used before nouns. There are three of them within the English language. These are "a", "an", and "the". Demonstratives are words that indicate which entity is being referred to and distinguishes it from others. They can be used as pronouns or determiners. There are four of them within the English language. These are "this", "that", "these", and "those".

Considering that articles and demonstratives are present throughout many other strings within the game, this introduces an inconsistency.

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

multiplayer.disconnect.missing_tags

Incomplete set of tags received from server.
Please contact server operator.

Incomplete set of tags received from the server.
Please contact a server operator.

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332452 

multiplayer.disconnect.unsigned_chat

Received chat packet with missing or invalid signature.

Received a chat packet with a missing or an invalid signature.

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332462 

multiplayer.disconnect.transfers_disabled

Server does not accept transfers

This server does not accept transfers

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5365188 

multiplayer.disconnect.invalid_packet

Server sent an invalid packet

The server sent an invalid packet

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332420 

multiplayer.requiredTexturePrompt.disconnect

Server requires a custom resource pack

This server requires a custom resource pack

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5332344 

multiplayer.disconnect.bad_chat_index

Received missed or reordered chat message from server

Received a missed or reordered chat message from the server

https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5413802

Steps to Reproduce:

  1. 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"}
  2. Observe if the string contains the said errors.

Observed Behavior:

Some multiplayer disconnection strings are missing articles and demonstratives.

Expected Behavior:

All multiplayer disconnection strings would not be missing articles or demonstratives.

Linked issues

Attachments

Comments 3

Also affects the “multiplayer.disconnect.bad_chat_index” string in 1.21.5 Pre-Release 1.

I think that might be intentional. Idk for sure though.

Avoma

bl4ckscor3

Confirmed

Platform

Low

Text

1.21.4, 1.21.5 Pre-Release 1, 1.21.5, 1.21.6, 1.21.7

Future Update

Retrieved