-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs: #179
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
============ | ||
Translations | ||
============ | ||
|
||
Contributions welcome! | ||
|
||
Howto | ||
===== | ||
|
||
People interested in contributing to translations should use the | ||
corresponding `Weblate project | ||
<https://hosted.weblate.org/projects/argos/argos/>`_. | ||
|
||
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]>. |