-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Community Consensus
-
Text
-
Low
-
Platform
The Bug:
The "chat.tag.error" string is missing multiple articles.
For a bit of context, there are three articles within the English language. These are "a", "an", and "the". Articles are used before nouns. Considering that articles are present throughout many other strings within 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 |
|---|---|---|---|
| chat.tag.error | Server sent invalid message. | The server sent an invalid message. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5346591 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"chat.tag.error"} - Observe if the string contains articles where appropriate.
Observed Behavior:
The said string is missing articles.
Expected Behavior:
The said string would have articles present where appropriate.