Configurate icon indicating copy to clipboard operation
Configurate copied to clipboard

Localized error messages

Open zml2008 opened this issue 2 years ago • 0 comments

Configuration error messages are often visible to end users, whose primary language is not English.

We should make every error message translatable - limited by underlying libraries

This can work using the standard Java ResourceBundle system, and must work standalone.

We can hopefully build on Sponge's existing use of crowdin by adding a project to help process user-submitted translations.

It would be nice to provide some sort of hook so translations can be expressed in a native-friendly way-say, with Minecraft's chat components, to display localized error messages ingame in the client locale, rather than the server locale.

zml2008 avatar Jun 14 '22 08:06 zml2008