You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: