TallyArbiter icon indicating copy to clipboard operation
TallyArbiter copied to clipboard

initial i18n support

Open hrueger opened this issue 3 years ago • 0 comments

fixes #216

Currently English and German are supported. Adding a new language is really easy:

  1. Duplicate UI/src/assets/i18n/en.json
  2. Rename appropriately (2-letter language code)
  3. Translate the contents
  4. 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

hrueger avatar Oct 17 '21 16:10 hrueger