In the code, there are references to a “/warden_spawn_tracker” command. When the command is registered and executed, the output will not show any proper translations.
To reproduce this, register the command. When you attempt to use it by typing “/warden_spawn_tracker clear” or “/warden_spawn_tracker set 0”, raw identifiers will be displayed.
This could be fixed by adding the missing translation strings for this command.
"commands.warden_spawn_tracker.clear.success.multiple": "The specified warden spawn trackers have been cleared for %1$s",
"commands.warden_spawn_tracker.clear.success.single": "The warden spawn tracker has been cleared for %1$s",
"commands.warden_spawn_tracker.set.success.multiple": "The specified warden spawn trackers have been updated for %1$s",
"commands.warden_spawn_tracker.set.success.single": "The warden spawn tracker has been updated for %1$s",
Linked issues
Attachments
Comments 0
No comments.