The Bug:
The word "ID" is not capitalized within the commands.profile_fetch.id.success
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.success | Resovled profile for id %s | Resolved profile for ID %s | https://crowdin.com/translate/minecraft/10038/enus-engb#5437963 |
Steps to Reproduce:
Display the affected string by using the command provided below.
/tellraw @s {"translate":"commands.profile_fetch.id.success"}
Look closely at the affected word within the string.
Take note as to whether or not the word "ID" is not capitalized.
Observed Behavior:
The word "ID" is not capitalized.
Expected Behavior:
The word "ID" is capitalized.
Resolving as a duplicate of MC-279122.