Skip to content

Commit fec2e38

Browse files
Add python-docs-translations
1 parent 48b8d07 commit fec2e38

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

documentation/translating.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ fall under the aegis of the `PSF Translation Workgroup <translation_wg_>`_
120120
Then you can bootstrap your new translation by using `cookiecutter
121121
<https://github.com/JulienPalard/python-docs-cookiecutter>`__ or
122122
`bootstrapper <https://github.com/python-docs-translations/python-docs-bootstrapper>`__.
123+
You can also start your translation using `transifex <https://explore.transifex.com/python-doc/python-newest/>`_
124+
following this `guide <https://python-docs-transifex-automation.readthedocs.io/commands.html>`_.
123125

124126
The important steps look like this:
125127

@@ -182,11 +184,12 @@ Are there tools to help in managing the repo?
182184

183185
Here's what we're using:
184186

185-
- :pypi:`pomerge` to propagate translations from one file to others.
186-
- :pypi:`pospell` to check for typos in ``.po`` files.
187-
- :pypi:`powrap` to rewrap the ``.po`` files
188-
before committing. This helps keep Git diffs short.
189-
- :pypi:`potodo` to list what needs to be translated.
187+
- :pypi:`poutils` which includes:
188+
- :pypi:`pomerge` to propagate translations from one file to others.
189+
- :pypi:`pospell` to check for typos in ``.po`` files.
190+
- :pypi:`powrap` to rewrap the ``.po`` files
191+
before committing. This helps keep Git diffs short.
192+
- :pypi:`potodo` to list what needs to be translated.
190193
- :pypi:`sphinx-lint` to validate reST syntax in translation files.
191194

192195
More related tools and projects can be found in the

0 commit comments

Comments
 (0)