The Bug:
The “commands.profile_fetch.id.failure" string is grammatically incorrect.
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 |
---|---|---|---|
commands.profile_fetch.id.failure | Failed to resolved profile for id %s | Failed to resolve profile for id %s | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5437961 |
Steps to Reproduce:
Display the affected string by using the command provided below.
/tellraw @s {"translate":"commands.profile_fetch.id.failure"}
Look closely at the affected word within the string.
Observed Behavior:
The “commands.profile_fetch.id.failure" string is grammatically incorrect.
Expected Behavior:
The “commands.profile_fetch.id.failure" would not be grammatically incorrect.
Duplicate of MC-301230?