File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ fall under the aegis of the `PSF Translation Workgroup <translation_wg_>`_
120120Then 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
124126The important steps look like this:
125127
@@ -182,11 +184,12 @@ Are there tools to help in managing the repo?
182184
183185Here'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
192195More related tools and projects can be found in the
You can’t perform that action at this time.
0 commit comments