Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.16.1, 20w27a
-
Fix Version/s: 20w28a
-
Labels:None
-
Confirmation Status:Confirmed
-
Category:Text, UI
-
Mojang Priority:Important
Description
The bug
The method net.minecraft.network.chat.ComponentUtils.wrapInSquareBrackets(Component) (1.16.1, Mojang name) causes switched square brackets for right-to-left languages because it appends the brackets manually instead of using a translation string (e.g. [%s]).
Affected
- /give: Item name in success message
- /team: Team names
- /scoreboard objectives: Objective names
- /seed
- ...
Reproduction steps
- Change the language to a right-to-left one, e.g. Arabic (first right-to-left language in the list)
- Use one of the affected situation listed above