Implements a language.py which allows us to source strings from a locale file (i.e. en-US.json)
Moves as many strings that get sent to discord into said locale file. Note: I'm unsure at this time how to include the various help dialog messages in this flow. TBD.
Lay some groundwork for switching between available locales (set_locale()), a feature currently unused.
This pull request primarily does 3 things:
en-US.json
)set_locale()
), a feature currently unused.