Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rffontenelle/python-docs-tx-translations
Scripts and procedures for maintaining Python documentation translation infrastructure under python-doc organization in Transifex.
https://github.com/rffontenelle/python-docs-tx-translations
hacktoberfest l10n localization pep-545 python python-docs
Last synced: about 1 month ago
JSON representation
Scripts and procedures for maintaining Python documentation translation infrastructure under python-doc organization in Transifex.
- Host: GitHub
- URL: https://github.com/rffontenelle/python-docs-tx-translations
- Owner: rffontenelle
- Created: 2022-11-04T02:16:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T02:47:43.000Z (7 months ago)
- Last Synced: 2024-06-11T16:12:43.064Z (7 months ago)
- Topics: hacktoberfest, l10n, localization, pep-545, python, python-docs
- Language: Python
- Homepage:
- Size: 425 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===========================
python-docs-tx-translations
===========================.. image:: https://github.com/rffontenelle/python-docs-tx-translations/actions/workflows/ci.yml/badge.svg
:target: https://github.com/rffontenelle/python-docs-tx-translations/actions/workflows/ci.ymlScripts and procedures for maintaining Python_ documentation translation infrastructure under python-doc_ organization in Transifex_.
Source strings are updated using continuous integration workflow under *.github/workflows*. Details:
- Run weekly
- Run for releases in beta, release candidate, stable, bugfixes and security-fixes status; alpha or EOL are excluded;
- It DOES NOT store translations to be used by the published documentation;See docs_ directory for more information on this project maintenance.
See Translating_ in Python Developer's Guide for more information.
.. _Python: https://www.python.org
.. _python-doc: https://app.transifex.com/python-doc/
.. _Transifex: https://www.transifex.com
.. _docs: https://github.com/rffontenelle/docspush-transifex/blob/main/docs/
.. _Translating: https://devguide.python.org/documentation/translating/