Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.04 KB

README.rst

File metadata and controls

42 lines (29 loc) · 1.04 KB

Translations

Contributions welcome!

Howto

People interested in contributing to translations should use the corresponding Weblate project.

Translations will be pushed by Weblate bot to Github source code repository, on the translations branch.

This branch is manually merged in main branch periodically.

Technical considerations

Translations are stored in PO files which are textual, editable files.

To update translation files to match current source code, one must run:

$ rm -rf builddir
$ meson setup builddir .
$ meson compile -C builddir io.github.orontee.Argos-update-po

💡 A oneliner is available:

poetry run ./scripts/update-translations

Credits

The list of contributors to translations is extracted from the Weblate project. It doesn't reflect the heavy contributions made by Heimen Stoffels <[email protected]>, André Dokis <[email protected]> and JonyIvy <[email protected]>.