TallyArbiter
TallyArbiter copied to clipboard
initial i18n support
fixes #216
Currently English and German are supported. Adding a new language is really easy:
- Duplicate
UI/src/assets/i18n/en.json
- Rename appropriately (2-letter language code)
- Translate the contents
- Add the language to the dropdown in the settings page by adding it to the languages object here.
ToDo:
- [ ] Translate messages generated by the backend
- [ ] Translate the Settings page