-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Confirmed
-
Text
-
Low
-
Platform
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 |
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 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.