The Bug:
The word "resolve" is misspelled as "resolved" and "ID" is not capitalized within the commands.profile_fetch.id.failure
string.
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/translate/minecraft/10038/enus-engb#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.
Take note as to whether or not the word "resolve" is misspelled as "resolved" and "ID" is not capitalized.
Observed Behavior:
The word "resolve" is misspelled as "resolved" and "ID" is not capitalized.
Expected Behavior:
The word is spelled as "resolve" and "ID" is capitalized.
Linked issues
is duplicated by 1
Comments 2
Relates to MC-269786
Please add “commands.profile_fetch.id.success", as it also has “id” in inappropriate lower case.
(“Resolved profile for id %s: %s”)