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
The bot could provide an option to set a server-wide language (and use the preferred locale of the server by default).
This would require the introduction of some database, optimally sharing the systems used for the economy features (#1).
In terms of code, I could use some localisation system, like java.util.ResourceBundle or something more Clojure-specific. This could perhaps also be a good testing environment for my project fluent Java bindings.
I should make it possible for the community to submit translations, since I can only do so much by myself.
The text was updated successfully, but these errors were encountered:
The bot could provide an option to set a server-wide language (and use the preferred locale of the server by default).
This would require the introduction of some database, optimally sharing the systems used for the economy features (#1).
In terms of code, I could use some localisation system, like
java.util.ResourceBundle
or something more Clojure-specific. This could perhaps also be a good testing environment for my project fluent Java bindings.I should make it possible for the community to submit translations, since I can only do so much by myself.
The text was updated successfully, but these errors were encountered: