mojira.dev
MC-279125

Some "/locate" strings are missing articles before the word "reasonable"

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 

h3. Steps to Reproduce:

  1. 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"}
  2. 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.

Attachments

Comments 1

Avoma

Lyoneer

Community Consensus

Platform

Low

Text

1.21.4, 1.21.5, 1.21.6, 1.21.7

Retrieved