Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e352502
first translation 23
Aug 7, 2021
2e2f8e0
Merge branch '3.9' into clau_new_23
cmaureir Aug 16, 2021
786ff32
Agregando palabras faltantes
cmaureir Aug 16, 2021
6ac41a4
Merge branch 'clau_new_23' of github.com:python/python-docs-es into c…
cmaureir Aug 16, 2021
ff804c9
pospell y powrap
cmaureir Aug 16, 2021
0b0965e
Add missing word 2.3
cmaureir Aug 16, 2021
4f8d6ef
finish merge
Aug 16, 2021
91b36c5
Merge branch '3.9' of github.com:python/python-docs-es into clau_new_23
Aug 20, 2021
e6992b0
the word Oberkirch was already there
Aug 20, 2021
9ca4cf0
the word Oberkirch was already there
Aug 20, 2021
bb75ffc
Update whatsnew/2.3.po
clacri Aug 20, 2021
4e6c146
Update whatsnew/2.3.po
clacri Aug 20, 2021
8ae0db5
Update whatsnew/2.3.po
clacri Aug 20, 2021
399f97c
Update whatsnew/2.3.po
clacri Aug 20, 2021
8ea858c
Update whatsnew/2.3.po
clacri Aug 20, 2021
b9cd49c
Update whatsnew/2.3.po
clacri Aug 20, 2021
3501dc1
Update whatsnew/2.3.po
clacri Aug 20, 2021
3a5d757
Update whatsnew/2.3.po
clacri Aug 20, 2021
35b9d2b
Update whatsnew/2.3.po
clacri Aug 20, 2021
20622ad
Update whatsnew/2.3.po
clacri Aug 20, 2021
1cdb374
Update whatsnew/2.3.po
clacri Aug 20, 2021
089d6af
last test to get pre-commit to work
Aug 20, 2021
2aabbca
removed a few more fuzzy
Aug 23, 2021
6c3ff79
Merge branch '3.9' into clau_new_23
clacri Aug 24, 2021
590ae54
a few more corrections and removal of fuzzies
Aug 24, 2021
3685d38
Merge branch '3.9' of github.com:python/python-docs-es into clau_new_23
Aug 26, 2021
94a73db
now powrapped
Aug 26, 2021
cf3fd05
Merge branch '3.9' of github.com:python/python-docs-es into clau_new_23
Aug 27, 2021
2870b9d
a few more fuzzies revised
Aug 27, 2021
86a1f85
Merge branch '3.9' of github.com:python/python-docs-es into clau_new_23
Sep 25, 2021
850c400
removed all the remaining fuzzies
Sep 25, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
last test to get pre-commit to work
  • Loading branch information
Claudia committed Aug 20, 2021
commit 089d6af143024352d7a772377bc82b64ad7c850b
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/JulienPalard/powrap
rev: main
rev: v0.4.0
hooks:
- id: powrap
- repo: local
Expand All @@ -11,7 +11,7 @@ repos:
language: python
# This one requires package ``hunspell-es_es`` in Archlinux
- repo: https://github.com/AFPy/pospell
rev: v1.0.11
rev: v1.0.12
hooks:
- id: pospell
args: ['--personal-dict', 'dict.txt', '--language', 'es_ES', '--language', 'es_AR']
14 changes: 3 additions & 11 deletions whatsnew/2.3.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
"PO-Revision-Date: 2021-08-07 11:27+0100\n"
"PO-Revision-Date: 2021-08-20 17:14+0100\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -150,7 +150,6 @@ msgstr ""
"agraciado nombre :meth:`symmetric_difference_update`. ::"

#: ../Doc/whatsnew/2.3.rst:100
#, fuzzy
msgid ""
"There are also :meth:`issubset` and :meth:`issuperset` methods for checking "
"whether one set is a subset or superset of another::"
Expand All @@ -159,12 +158,10 @@ msgstr ""
"un conjunto es subconjunto o superconjunto de otro::"

#: ../Doc/whatsnew/2.3.rst:117
#, fuzzy
msgid ":pep:`218` - Adding a Built-In Set Object Type"
msgstr ":pep:`218` - Añadir un tipo de objeto de conjunto incorporado"
msgstr ":pep:`218` - Añadiendo un tipo de objeto de conjunto incorporado"

#: ../Doc/whatsnew/2.3.rst:117
#, fuzzy
msgid ""
"PEP written by Greg V. Wilson. Implemented by Greg V. Wilson, Alex Martelli, "
"and GvR."
Expand All @@ -173,12 +170,10 @@ msgstr ""
"Martelli y GvR."

#: ../Doc/whatsnew/2.3.rst:126
#, fuzzy
msgid "PEP 255: Simple Generators"
msgstr "PEP 255: Generadores simples"

#: ../Doc/whatsnew/2.3.rst:128
#, fuzzy
msgid ""
"In Python 2.2, generators were added as an optional feature, to be enabled "
"by a ``from __future__ import generators`` directive. In 2.3 generators no "
Expand All @@ -198,7 +193,6 @@ msgstr ""
"de esta sección."

#: ../Doc/whatsnew/2.3.rst:136
#, fuzzy
msgid ""
"You're doubtless familiar with how function calls work in Python or C. When "
"you call a function, it gets a private namespace where its local variables "
Expand Down Expand Up @@ -279,7 +273,6 @@ msgstr ""
"generate_ints(3)``."

#: ../Doc/whatsnew/2.3.rst:189
#, fuzzy
msgid ""
"Inside a generator function, the :keyword:`return` statement can only be "
"used without a value, and signals the end of the procession of values; "
Expand All @@ -289,7 +282,7 @@ msgid ""
"indicated by raising :exc:`StopIteration` manually, or by just letting the "
"flow of execution fall off the bottom of the function."
msgstr ""
"Dentro de una función generadora, la sentencia :keyword:`return` sólo puede "
"Dentro de una función generadora, la expresión :keyword:`return` sólo puede "
"usarse sin un valor, y señala el final de la procesión de valores; después "
"el generador no puede retornar más valores. :keyword:`!return` con un valor, "
"como ``return 5``, es un error de sintaxis dentro de una función "
Expand All @@ -298,7 +291,6 @@ msgstr ""
"que el flujo de ejecución caiga en el fondo de la función."

#: ../Doc/whatsnew/2.3.rst:197
#, fuzzy
msgid ""
"You could achieve the effect of generators manually by writing your own "
"class and storing all the local variables of the generator as instance "
Expand Down