File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff 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.9 ** (esto es muy
67+ #. Verifica que estás en la rama principal del repositorio, **3.10 ** (esto es muy
6868 importante para evitar crear una nueva rama a partir de una traducción
6969 anterior)::
7070
71- git checkout 3.9
71+ git checkout 3.10
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
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::
205205
206206Luego nos vamos a nuestra rama local, confirmamos e impactamos esos cambios::
207207
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
211211
212212¡Eso es todo!
213213
Original file line number Diff line number Diff 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.9 ``.
13+ Estas listas se actualiza automáticamente cuando Pull Requests se *mergean * a la rama ``3.10 ``.
1414
1515
1616En 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
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.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
77 :alt: Documentation Status
88
99
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ msgid ""
3838"typing the command:"
3939msgstr ""
4040"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/"
4242"local/bin` en la ruta de búsqueda de su shell de Unix hace posible iniciarlo "
4343"escribiendo el comando:"
4444
@@ -64,7 +64,7 @@ msgid ""
6464"Python."
6565msgstr ""
6666"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 "
6868"tiene instalado :ref:`py.exe launcher <launcher>`, puede usar el comando :"
6969"file:`py`. Consulte :ref:`setting-envvars` para conocer otras formas de "
7070"iniciar Python."
You can’t perform that action at this time.
0 commit comments