@@ -11,6 +11,7 @@ including:
1111* Reviewing new contributions
1212* Revising existing content
1313* Writing new content
14+ * Translate the guide
1415
1516Most 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
7299Building the guide locally
0 commit comments