Skip to content

Commit b44792a

Browse files
committed
Mention 3.9 as current branch we are translating
1 parent 1dab07d commit b44792a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.overrides/CONTRIBUTING.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Antes de comenzar
6464

6565
#. Selecciona un :ref:`archivo para traducir <que-archivo-traducir>`.
6666

67-
#. Verifica que estás en la rama principal del repositorio, **3.8** (esto es muy
68-
importante para evitar crear una nueva rama a partir de una traducción
67+
#. Verifica que estás en la rama principal del repositorio, **3.9** (esto es muy
68+
importante para evitar crear una nueva rama a partir de una traducción
6969
anterior)::
7070

71-
git checkout 3.8
71+
git checkout 3.9
7272

7373
#. Crea una rama nueva en base al artículo en el que vayas a trabajar. Por
7474
ejemplo, si vas a trabajar en el archivo ``library/glosario.po``, usa un nombre

.overrides/faq.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ repositorio principal de la traducción). Se hace de la siguiente manera::
205205

206206
Luego nos vamos a nuestra rama local, confirmamos e impactamos esos cambios::
207207

208-
git checkout 3.8
209-
git merge upstream/3.8
210-
git push origin 3.8
208+
git checkout 3.9
209+
git merge upstream/3.9
210+
git push origin 3.9
211211

212212
¡Eso es todo!
213213

.overrides/progress.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ y otras estadísticas.
1010

1111
.. note::
1212

13-
Estas listas se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.8``.
13+
Estas listas se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.9``.
1414

1515

1616
En progreso

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.8
1+
.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.9
22
:target: https://travis-ci.org/python/python-docs-es
33
:alt: Build Status
44

5-
.. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.8
6-
:target: https://python-docs-es.readthedocs.io/es/3.8/?badge=3.8
5+
.. image:: https://readthedocs.org/projects/python-docs-es/badge/?version=3.9
6+
:target: https://python-docs-es.readthedocs.io/es/3.8/?badge=3.9
77
:alt: Documentation Status
88

99

0 commit comments

Comments
 (0)