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_>`_
120
120
Then you can bootstrap your new translation by using `cookiecutter
121
121
<https://github.com/JulienPalard/python-docs-cookiecutter> `__ or
122
122
`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 >`_.
123
125
124
126
The important steps look like this:
125
127
@@ -182,11 +184,12 @@ Are there tools to help in managing the repo?
182
184
183
185
Here's what we're using:
184
186
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.
190
193
- :pypi: `sphinx-lint ` to validate reST syntax in translation files.
191
194
192
195
More related tools and projects can be found in the
You can’t perform that action at this time.
0 commit comments