The Bug:
"ID" should be fully capitalized in all cases (and is in most) but it is not in these strings.
Below is a table highlighting this error. You can find information about what the current and expected strings are and would be, some context regarding them, and a link to the appropriate string on Crowdin.
Affected String:
Before reading the table, please note the following:
Words & characters colored in GREEN are correct.
Words & characters colored in RED are incorrect.
Current String | Expected String | String Context | String URL on Crowdin |
---|---|---|---|
Id #%s | ID #%s | filled_map.id | crowdin.com/editor/minecraft/10038/enus-enca?view=comfortable#5336266 |
Invalid id or tag | Invalid ID or tag | argument.resource_or_id.invalid | crowdin.com/editor/minecraft/10038/enus-enca?view=comfortable#5365522 |
Resolved profile for id %s: %s | Resolved profile for ID %s: %s | commands.profile_fetch.id.success | https://crowdin.com/editor/minecraft/10038/enus-enca?view=comfortable#5437963 |
Failed to resolved profile for id %s | Failed to resolve profile for ID %s | commands.profile_fetch.id.failure | https://crowdin.com/editor/minecraft/10038/enus-enca?view=comfortable#5437961 |
h3. Steps to Reproduce:
Locate the affected string as listed above.
Take note as to whether or not this string is correctly capitalized.
Observed Behavior:
These strings have incorrect capitalization.
Expected Behavior:
This string is grammatically correct.
Relates to MC-301230