budlib / budlib-web

Web interface for the budlib-api, made using React
GNU General Public License v2.0
1 stars 4 forks source link

Internationalization #20

Open Antolius opened 1 year ago

Antolius commented 1 year ago

resolves #17

For now this is just a draft for implementing internationalization using the i18next library. Please provide feedback on the structure of the code, organization of translation files or anything else.

This is still far from done. Strings need to be extracted from:

And UI for manually choosing the locale needs to be implemented.