-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4
-
None
-
Community Consensus
-
Text
-
Low
-
Platform
The Bug:
Some "/locate" strings are missing articles before the word "reasonable".
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 |
---|---|---|---|
commands.locate.poi.not_found | Could not find a point of interest of type "%s" within reasonable distance | Could not find a point of interest of type "%s" within a reasonable distance | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341668 |
commands.locate.biome.not_found | Could not find a biome of type "%s" within reasonable distance | Could not find a biome of type "%s" within a reasonable distance | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5341662 |
Steps to Reproduce:
- Display any of the affected strings 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 an article before the word "reasonable".
Observed Behavior:
The said strings are missing articles.
Expected Behavior:
The said strings would have articles present where appropriate.