-
Notifications
You must be signed in to change notification settings - Fork 3
Description
My feature request is about
- Changing a feature
Description of the solution I'd like
Currently all strings, including messages sent to discord under the form of messages or embeds are in english. This becomes a problem when the members of the said server do not speak this language or just prefer to use their native one.
To prevent language from a being a barrier to using the bot, language file should be made. The bot will thus use variables instead of those strings which will be converted to whichever corresponding string they're supposed to be in their language. This will be done using a new class that will provide all required language files. The language will be per-server and set during initial setup.
Additional context
I (@s0lst1ce) will not maintain them or take any responsibility for them. However if some wish to add their language to it, I will gladly accept their PR. Those should be made directly in the lang folder.
See CONTRIBUTING for more information on this.
What needs to be done
- Add support for other languages
- Add instructions as to how to contribute to the translation