-
Bug
-
Resolution: Fixed
-
23w18a
-
None
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
The "telemetry.event.game_load_times.description" string is missing an article before the word "execution".
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 |
---|---|---|---|
telemetry.event.game_load_times.description | This event can help us figure out where improvements to startup performance are needed by measuring execution times of the startup phases | This event can help us figure out where improvements to startup performance are needed by measuring the execution times of the startup phases | https://crowdin.com/translate/minecraft/10038/enus-engb#5344383 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"telemetry.event.game_load_times.description"}
- Observe if the string contains an article before the word "execution".
- Take note as to whether or not the "telemetry.event.game_load_times.description" string is missing an article before the word "execution".
Observed Behavior:
The said string is missing an article before the word "execution".
Expected Behavior:
The said string would have an article present before the word "execution".