File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ Antes de comenzar
64
64
65
65
#. Selecciona un :ref: `archivo para traducir <que-archivo-traducir >`.
66
66
67
- #. Verifica que estás en la rama principal del repositorio, **3.9 ** (esto es muy
67
+ #. Verifica que estás en la rama principal del repositorio, **3.10 ** (esto es muy
68
68
importante para evitar crear una nueva rama a partir de una traducción
69
69
anterior)::
70
70
71
- git checkout 3.9
71
+ git checkout 3.10
72
72
73
73
#. Crea una rama nueva en base al artículo en el que vayas a trabajar. Por
74
74
ejemplo, si vas a trabajar en el archivo ``library/glosario.po ``, usa un nombre
Original file line number Diff line number Diff line change @@ -205,9 +205,9 @@ repositorio principal de la traducción). Se hace de la siguiente manera::
205
205
206
206
Luego nos vamos a nuestra rama local, confirmamos e impactamos esos cambios::
207
207
208
- git checkout 3.9
209
- git merge upstream/3.9
210
- git push origin 3.9
208
+ git checkout 3.10
209
+ git merge upstream/3.10
210
+ git push origin 3.10
211
211
212
212
¡Eso es todo!
213
213
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ y otras estadísticas.
10
10
11
11
.. note ::
12
12
13
- Estas listas se actualiza automáticamente cuando Pull Requests se *mergean * a la rama ``3.9 ``.
13
+ Estas listas se actualiza automáticamente cuando Pull Requests se *mergean * a la rama ``3.10 ``.
14
14
15
15
16
16
En progreso
Original file line number Diff line number Diff line change 1
- .. image :: https://travis-ci.org/python/python-docs-es.svg?branch=3.9
1
+ .. image :: https://travis-ci.org/python/python-docs-es.svg?branch=3.10
2
2
:target: https://travis-ci.org/python/python-docs-es
3
3
:alt: Build Status
4
4
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
5
+ .. image :: https://readthedocs.org/projects/python-docs-es/badge/?version=3.10
6
+ :target: https://python-docs-es.readthedocs.io/es/3.10 /?badge=3.10
7
7
:alt: Documentation Status
8
8
9
9
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ msgid ""
38
38
"typing the command:"
39
39
msgstr ""
40
40
"El intérprete de Python generalmente se instala como :file:`/usr/local/bin/"
41
- "python3.9 ` en aquellas máquinas donde está disponible; poner :file:`/usr/"
41
+ "python3.10 ` en aquellas máquinas donde está disponible; poner :file:`/usr/"
42
42
"local/bin` en la ruta de búsqueda de su shell de Unix hace posible iniciarlo "
43
43
"escribiendo el comando:"
44
44
@@ -64,7 +64,7 @@ msgid ""
64
64
"Python."
65
65
msgstr ""
66
66
"En máquinas Windows en las que haya instalado Python desde :ref:`Microsoft "
67
- "Store <windows-store>`, el comando :file:`python3.9 ` estará disponible. Si "
67
+ "Store <windows-store>`, el comando :file:`python3.10 ` estará disponible. Si "
68
68
"tiene instalado :ref:`py.exe launcher <launcher>`, puede usar el comando :"
69
69
"file:`py`. Consulte :ref:`setting-envvars` para conocer otras formas de "
70
70
"iniciar Python."
You can’t perform that action at this time.
0 commit comments