The Bug:
The "commands.kick.owner.failed" string is missing articles before the words “server” and "LAN".
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(s):
Before reading the table, please note the following:
Characters colored in GREEN are correct.
Characters colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
commands.kick.owner.failed | Cannot kick server owner in LAN game | Cannot kick the server owner in a LAN game | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5361344 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"commands.kick.owner.failed"}Observe if the string contains an article before the words “server" and “LAN”.
Observed Behavior:
The said string is missing articles.
Expected Behavior:
The said string would have articles present where appropriate.