-
Bug
-
Resolution: Fixed
-
1.20.2, 1.20.3 Pre-Release 2, 1.20.3 Pre-Release 4, 1.20.3 Release Candidate 1, 24w10a, 24w19b
-
None
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
Chat disabled strings are missing verbs.
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 |
---|---|---|---|
chat.disabled.profile | Chat not allowed by account settings. Press '%s' again for more information. | Chat is not allowed by account settings. Press '%s' again for more information. | https://crowdin.com/translate/minecraft/10038/enus-engb#5344579 |
chat.disabled.profile.moreInfo | Chat not allowed by account settings. Cannot send or view messages. | Chat is not allowed by account settings. Cannot send or view messages. | https://crowdin.com/translate/minecraft/10038/enus-engb#5332494 |
Steps to Reproduce:
- Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"}
- Observe the string's said error(s).
Observed Behavior:
Chat disabled strings are missing verbs.
Expected Behavior:
Chat disabled strings would include verbs where appropriate.