Skip to content

Commit 2b3a54b

Browse files
Expand section on no existing project (#132)
1 parent 2ce1e24 commit 2b3a54b

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

docs/commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ From inside your language repository, run:
2424

2525
.. code-block:: shell
2626
27-
BRANCH=|py_new|
27+
BRANCH=3.13
2828
git clone --depth 1 https://github.com/python/cpython --branch $BRANCH
2929
3030
Use ``--depth 1`` to shallow clone, which avoids downloading all the 800 MB of data
@@ -264,7 +264,7 @@ translations.
264264
.. code-block:: shell
265265
266266
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
267-
TARGET_BRANCH=|py_last|
267+
TARGET_BRANCH=3.12
268268
pomerge --from-files *.po **/*.po
269269
git checkout ${TARGET_BRANCH}
270270
pomerge --to-files *.po **/*.po

docs/new-translators.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,33 @@ To ensure that translations are of a good standard, it is essential that you are
1717
confident in both English and the translation language.
1818

1919
If you are new to the translation of Python documentation, we recommend that
20-
you start by reading the Translating_ on `Python Developer's Guide`_
21-
(a.k.a. devguide), joining the relevant contact channels (such as the `Docs Community`_
20+
you start by reading the Translating_ in the `Python Developer's Guide`_
21+
(a.k.a. *devguide*), joining the relevant contact channels (such as the `Docs Community`_
2222
Discord ``#translations`` channel), and familiarizing yourself with `PEP 545`_.
2323

2424
If there is already a repository for your language team, please join and
2525
introduce yourself.
2626

27-
**If there is no existing repository or language team, you will need to create
28-
one.** Simply translating on Transifex is not enough to have your language
29-
published in the Python documentation. Please follow the instructions on starting
30-
a new translation.
31-
3227
.. _Translating: https://devguide.python.org/documentation/translating/
3328
.. _Python Developer's Guide: https://devguide.python.org
3429
.. _PEP 545: https://peps.python.org/pep-0545/
3530
.. _Docs Community: https://docs-community.readthedocs.io/
3631

3732

33+
There is no existing project for my language
34+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
35+
36+
**If there is no existing repository or language team, you will need to create
37+
one.** Simply translating on Transifex is not enough to have your language
38+
published in the Python documentation.
39+
40+
There are several languages on Transifex that are not connected to a repository,
41+
please confirm this is not the case before you begin translating. You can verify
42+
by checking there is an in entry in the Translating_ section of the `devguide <Python Developer's Guide>`_.
43+
44+
To start a new translation follow the guide `here <https://devguide.python.org/documentation/translating/#starting-a-new-translation>`_.
45+
46+
3847
Getting to Know Transifex
3948
~~~~~~~~~~~~~~~~~~~~~~~~~
4049

0 commit comments

Comments
 (0)