LonelessCodes / trixiebot

Multipurpose Discord Bot for Horses and Hoomans.
https://trixiebot.com
GNU General Public License v3.0
19 stars 6 forks source link

[ Enhancement ] New i18n infrastructure #2

Closed LonelessCodes closed 5 years ago

LonelessCodes commented 5 years ago

Before submitting I have

Describe the change you would like to see Rewrite i18n stuff to supply a more universal and cleaner approach to translating TrixieBot.

Why should we change it that way? Currently i18n required manipulation of built-in discord.js class prototypes, adding properties to discord.js Objects and having the translation phrases in the code be exactly the same as in the translations, which reduced readibility of the locale files, increased junk and didn't make it clear what is translatable and what is not.