Contributing to Tulio’s translations
TulioCP does not run a hosted translation platform. Translations are edited directly in the repository.
The English source strings live in web/locale/tuliocp.pot, and each language has a catalogue at web/locale/<lang>/LC_MESSAGES/tuliocp.po.
To add or improve a translation:
- Fork the repository and create a branch.
- Edit the
.pofile for your language with a gettext editor such as Poedit, or with any text editor. - Do not edit the
.mofiles ortuliocp.potby hand — they are generated. - Open a pull request describing which language you changed.
To add a language that does not exist yet, copy web/locale/tuliocp.pot to web/locale/<lang>/LC_MESSAGES/tuliocp.po and translate it from there.