Skip to content

Commit ad8c6f5

Browse files
authored
Rename project to transifex-automations (#114)
* Rename namespace and project in README.rst * Rename project title in conf.py * rename project in bumping-release.rst * Rename project in remove-msgid.sh * Rename project in placeholders.rst * Rename project in index.rst * Rrname project title in index.rst
1 parent 1f1e7e3 commit ad8c6f5

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
===========================
2-
python-docs-tx-translations
3-
===========================
1+
=====================
2+
transifex-automations
3+
=====================
44

5-
.. image:: https://github.com/rffontenelle/python-docs-tx-translations/actions/workflows/ci.yml/badge.svg
6-
:target: https://github.com/rffontenelle/python-docs-tx-translations/actions/workflows/ci.yml
5+
.. image:: https://github.com/python-docs-translations/transifex-automations/actions/workflows/ci.yml/badge.svg
6+
:target: https://github.com/python-docs-translations/transifex-automations/actions/workflows/ci.yml
77

88
Scripts and procedures for maintaining Python_ documentation translation infrastructure under python-doc_ organization in Transifex_.
99

@@ -20,5 +20,5 @@ See Translating_ in Python Developer's Guide for more information.
2020
.. _Python: https://www.python.org
2121
.. _python-doc: https://app.transifex.com/python-doc/
2222
.. _Transifex: https://www.transifex.com
23-
.. _docs: https://github.com/rffontenelle/docspush-transifex/blob/main/docs/
23+
.. _docs: https://github.com/python-docs-translations/transifex-automations/blob/main/docs/
2424
.. _Translating: https://devguide.python.org/documentation/translating/

docs/bumping-release.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Bumping python-newest to latest Python release
33
====================================================
44

5-
NOTE: This doc is out of date and needs rework! The `pull request \#13 <https://github.com/rffontenelle/python-docs-tx-translations/pull/13>`_ is a work in progress that would change some instructions from this guide.
5+
NOTE: This doc is out of date and needs rework! The `pull request \#13 <https://github.com/python-docs-translations/transifex-automations/pull/13>`_ is a work in progress that would change some instructions from this guide.
66

77
This document aims to list the steps required for updating version of the 'Python' project (slug 'python-newest) in python-doc organization in Transifex.
88

@@ -40,14 +40,14 @@ In *Workflow* tab, enable the *Translation Memory Fillup* option by checking the
4040

4141
NOTE: The *Translation Memory Fillup* option is essential to have a translation in one of the version projects to be populated to this project. This drastically reduces translation effort replicating one contribution to other strings that are exactly the same.
4242

43-
6. Adjust the `CI workflow <https://github.com/rffontenelle/python-docs-tx-translations/tree/main/.github/workflows>`_ with the new Python version:
43+
6. Adjust the `CI workflow <https://github.com/python-docs-translations/transifex-automations/tree/main/.github/workflows>`_ with the new Python version:
4444

4545
#. Set ``PYTHON_NEWEST`` environment variable inside ``env`` to the new Python version
4646
#. Edit ``cpython_version`` inside ``strategy.matrix`` adding the new version to the beginning array
4747

4848
7. Push source strings to python-newest by manually running the CI workflow: Actions_ tab > CI > Run workflow button > "Branch: main" and confirm "Run workflow"
4949

50-
.. _Actions: https://github.com/rffontenelle/python-docs-tx-translations/actions
50+
.. _Actions: https://github.com/python-docs-translations/transifex-automations/actions
5151

5252
8. Unlock translations in python-newest, if locked
5353

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'Python Docs Transifex Translations'
9+
project = 'Python Docs Transifex Automations'
1010
copyright = '2025, rffontenelle'
1111
author = 'rffontenelle'
1212

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. Python Docs Transifex Translations documentation master file, created by
1+
.. Python Docs Transifex Automations documentation master file, created by
22
sphinx-quickstart on Sun Jan 26 11:03:05 2025.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
@@ -21,7 +21,7 @@ See Translating_ in Python Developer's Guide for more information.
2121
.. _Python: https://www.python.org
2222
.. _python-doc: https://app.transifex.com/python-doc/
2323
.. _Transifex: https://www.transifex.com
24-
.. _docs: https://github.com/rffontenelle/docspush-transifex/blob/main/docs/
24+
.. _docs: https://github.com/python-docs-translations/transifex-automations/blob/main/docs/
2525
.. _Translating: https://devguide.python.org/documentation/translating/
2626

2727
.. toctree::

docs/placeholders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To make easier to read the source strings, extract them from the doc files and p
4848
4949
.. code-block:: shell
5050
51-
git clone https://github.com/rffontenelle/python-docs-tx-translations
51+
git clone https://github.com/python-docs-translations/transifex-automations
5252
cd python-docs-tx-translations
5353
git clone --depth 1 --branch 3.12 https://github.com/python/cpython
5454
python -mvenv venv

scripts/remove-msgid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ remove_msgid() {
4343

4444

4545
# \\N is treated as new line in Transifex, so it is an illegal source string
46-
# https://github.com/rffontenelle/python-docs-tx-translations/issues/15
46+
# https://github.com/python-docs-translations/transifex-automations/issues/15
4747
remove_msgid library/codecs.pot '^\\N$'
4848
remove_msgid library/re.pot '^\\N$'
4949
remove_msgid reference/lexical_analysis.pot '^\\N$'

0 commit comments

Comments
 (0)