-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tools and docs on translations
- Loading branch information
1 parent
44faaf4
commit 0ddf842
Showing
4 changed files
with
36 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ Contents | |
libraries | ||
configuration | ||
jupyter-notebook | ||
translate |
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,31 @@ | ||
Translations | ||
============ | ||
|
||
Translations for gpodder.net are managed on Transifex, in the | ||
`gpodder.net project <https://www.transifex.com/gpoddernet/>`_. | ||
|
||
|
||
|
||
Importing translations | ||
---------------------- | ||
|
||
To import translations from transifex run the following | ||
|
||
.. code-block:: bash | ||
tx pull -a | ||
make update | ||
Upload new source strings | ||
------------------------- | ||
|
||
When changing the source code so that there are new internationalized strings | ||
that need to be translated run the following commands to upload these to | ||
Transifex. | ||
|
||
.. code-block:: bash | ||
make update-po | ||
tx push -s | ||
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