You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discussed on a call earlier, we could consider translating the UI into multiple languages.
This would make ORC accessible to more users.
Priority languages to start:
Spanish
French
Swahili
Portuguese
To make a start, this is a pretty good task for an LLM, being language models after all. Once machine translation is done, they can be improved by configuring a Weblate project to crowdsource the improvements / new languages.
Implementation
Django-i18n is already implemented, but with only en-us configured:
Issue
Implementation
en-usconfigured:LiveORC/LiveORC/settings.py
Line 187 in ba88d83
.pofile syntax and gettext, which is simple and easy to use..pofiles and load them into the Weblate UI for translation by a non-tech audience.Notes