The Bug:
Some narration strings are missing articles and possessive determiners.
For a bit of context, there are three articles within the English language. These are "a", "an", and "the". Articles are used before nouns. Possessive determiners are determiners that indicate possession. Considering that articles and possessive determiners 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 |
---|---|---|---|
narration.component_list.usage | Press Tab to navigate to next element | Press Tab to navigate to the next element | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5331506 |
narration.selection.usage | Press up and down buttons to move to another entry | Press the up and down buttons to move to another entry | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5331504 |
narration.slider.usage.focused | Press left or right keyboard buttons to change value | Press the left or right keyboard buttons to change the value | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5331508 |
narration.slider.usage.hovered | Drag slider to change value | Drag the slider to change its value | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5331510 |
narration.suggestion.usage.fill.fixed | Press Tab to use suggestion | Press Tab to use the suggestion | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5360247 |
narration.suggestion.usage.fill.hidable | Press Tab to use suggestion, or Escape to leave suggestions | Press Tab to use the suggestion, or Escape to leave suggestions | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5360249 |
h3. 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 said string contains an article where appropriate.
Observed Behavior:
Articles and possessive determiners are missing.
Expected Behavior:
Articles and possessive determiners would be present where appropriate.
Comments 0
No comments.