8000 Merge branch '3.8' into traduccion-itertools · oropher/python-docs-es@8ccb230 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ccb230

Browse files
authored
Merge branch '3.8' into traduccion-itertools
2 parents 1cc3c3a + 7cb6d2a commit 8ccb230

18 files changed

+5701
-671
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ repos:
33
rev: master
44
hooks:
55
- id: powrap
6+
- repo: local
7+
hooks:
8+
- id: merge-dicts
9+
name: merge-dicts
10+
entry: ./scripts/merge-dicts.sh
11+
language: script
612
# This one requires package ``hunspell-es_es`` in Archlinux
713
- repo: https://github.com/humitos/pospell
814
rev: pre-commit
915
hooks:
1016
- id: pospell
11-
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES', '--language', 'es_AR']
17+
args: ['--personal-dict', 'dict.txt', '--modified', '--language', 'es_ES', '--language', 'es_AR']

TRANSLATORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Albert Calvo (@albertcalv)
1212
José Luis Cantilo (@jcantilo)
1313
Héctor Canto (@hectorcanto)
1414
Carlos Crespo (@cacrespo)
15+
Leandro E. Colombo Viña (@lecovi)
1516
Raúl Cumplido (@raulcd)
1617
Fabrizio Damicelli (@fabridamicelli)
1718
Javier Daza (@javierdaza)
@@ -42,6 +43,9 @@ Federico Jurío (@FedericoJurio)
4243
Marco Richetta (@marcorichetta)
4344
Adolfo Hristo David Roque Gámez (@hristoroque)
4445
Elisabeth Ortega (@draentropia)
46+
Cristian Rengifo (@ingrengifo)
47+
Juan Ignacio Rodríguez de León (@euribates)
48+
Pablo Lobariñas (@Qkolnek)
4549
Santiago Piccinini (@spiccinini)
4650
Julián Pérez (@jcpmmx)
4751
Agustina Quiros (@qagustina)
@@ -52,6 +56,7 @@ Adolfo Hristo David Roque Gámez (@hristoroque)
5256
Luis Sánchez (@LuisAISanchez)
5357
Marcos Sánchez Provencio (@rapto)
5458
David Trigo Chávez (@dtrinf)
59+
Esteban Solórzano (@estebansolo)
5560
José Miguel Hernández Cabrera (@miguelheca)
5661
David Revillas (@r3v1)
5762
Naryie Vásquez Martínez (@narvmtz)

dictionaries/howto_unicode.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
renderizador
2+
PyCon
3+
EuroPython
4+
biyectivo

dictionaries/library_dbm.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Oracle
2+
umask
3+
reinterpretación
4+
ndbm
5+
dbm
6+
dumbdbm

dictionaries/library_os.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
inodo
2+
nanosegundos
3+
urandom
4+
umask
5+
syscall
6+
quantum
7+
glibc
8+
errno
9+
pty
10+
Desestablece
11+
TerminateProcess
12+
fork
13+
Cygwin
14+
ejecutabilidad
15+
misceláneas
16+
entropía
17+
interactividad

dictionaries/library_stdtypes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
computacionalmente
2+
Cardinalidad
3+
superconjunto
4+
superíndices
5+
unaria
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mock

0 commit comments

Comments
 (0)
0