Skip to content

Commit 7e06719

Browse files
committed
Add Translation Guide
1 parent 0fccca0 commit 7e06719

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

source/contribute.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ including:
1111
* Reviewing new contributions
1212
* Revising existing content
1313
* Writing new content
14+
* Translate the guide
1415

1516
Most of the work on the |PyPUG| takes place on the
1617
`project's GitHub repository`__. To get started, check out the list of
@@ -67,6 +68,32 @@ an agreed-upon interface for interoperability between packaging tools.
6768
:doc:`example specification-style document <specifications/core-metadata>`.
6869

6970

71+
Translations
72+
============
73+
74+
We use `Weblate`__ to manage translations of this project.
75+
Please visit the `packaging.python.org`__ project on Weblate to contribute.
76+
77+
If you are experiencing issues while you are working on translations,
78+
please open an issue on `Github <https://github.com/pypa/packaging.python.org/issues>`.
79+
please open an issue on `Github`__.
80+
81+
.. __: https://weblate.org/
82+
.. __: https://hosted.weblate.org/projects/pypa/packaging-python-org/
83+
.. __: https://github.com/pypa/packaging.python.org/issues
84+
85+
Adding a language
86+
-----------------
87+
88+
If your language is not listed on `Weblate`__, click the button
89+
"Start new translation" at the bottom of the languages list and add
90+
the language you want to translate.
91+
92+
.. __: https://hosted.weblate.org/projects/pypa/packaging-python-org/
93+
94+
.. Note:: Any translations of this project should follow `RST syntax`__.
95+
96+
.. __: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
7097

7198

7299
Building the guide locally

0 commit comments

Comments
 (0)