Merge pull request #793 from gpodder/remove-advertise
[mygpo.git] / doc / dev / translate.rst
blob8d10b2521ae6c7f15d72f1f9363cff27e601b450
1 Translations
2 ============
4 Translations for gpodder.net are managed on Transifex, in the
5 `gpodder.net project <https://www.transifex.com/gpoddernet/>`_.
9 Importing translations
10 ----------------------
12 To import translations from transifex run the following
14 .. code-block:: bash
16     tx pull -a
17     make update
20 Upload new source strings
21 -------------------------
23 When changing the source code so that there are new internationalized strings
24 that need to be translated run the following commands to upload these to
25 Transifex.
27 .. code-block:: bash
29     make update-po
30     tx push -s