Right now plain strings used as message's content making localization of messages impossible.
This can be resolved by treating message string as translation key before displaying in on clientside. If message it valid translation key, it will be translated but otherwise it will be treated as literal string.
Or chat components could be used instead of plain strings.
Right now plain strings used as message's content making localization of messages impossible.
This can be resolved by treating message string as translation key before displaying in on clientside. If message it valid translation key, it will be translated but otherwise it will be treated as literal string.
Or chat components could be used instead of plain strings.