althea-net / rita-dash

User dashbaord for managing Rita
https://github.com/althea-net/rita
Apache License 2.0
8 stars 13 forks source link

Frontend internationalization #23

Closed jtremback closed 6 years ago

jtremback commented 6 years ago

This will involve replacing all hardcoded interface copy that is visible to the user with references to a json file. This will allow us to easily drop in new files to create internationalized version of the frontend.

jtremback commented 6 years ago

@asoltys Let me know when you're ready to get started on this and we can talk about the requirements.

asoltys commented 6 years ago

I'm ready. I've just been looking at react-i18next vs react-intl and am leaning towards react-i18next but let me know if you have a preference for one or the other.