Skip to content

Commit 0d4ef1a

Browse files
authored
Merge branch '3.8' into tkinter.po
2 parents d4348ef + 6e68f8a commit 0d4ef1a

File tree

6 files changed

+632
-124
lines changed

6 files changed

+632
-124
lines changed

.overrides/CONTRIBUTING.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ contribución, queremos señalar algunos lineamientos generales.
9797
#. En la descripción de la *Pull Request* escribe ``Closes #<número de issue>``
9898
(así se cierra automáticamente cuando se hace *merge*)
9999

100+
.. note::
101+
102+
Si hace tiempo que venis trabajando en una traducción es importante
103+
mantener actualizada tu copia local antes de realizar el *Pull Request**
104+
100105

101106
¿Qué archivo traducir?
102107
----------------------

.overrides/translation-memory.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Términos y bigramas
3737
awaitable
3838
aguardable ``glossary``
3939

40+
slash and backslash
41+
barra y barra invertida ``c-api``,``tutorial``,``library/functions.po``
42+
4043
built-in
4144
incorporada ``glossary.po``
4245

@@ -59,7 +62,7 @@ Términos y bigramas
5962
docstring. ``library/idle.po``
6063

6164
handler
62-
gestor ``tutorial/errors.po``
65+
gestor ``tutorial/errors.po``, ``library/functions.po``
6366

6467
handle exception
6568
Gestionar excepción. ``tutorial/inputoutput.po``

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ install:
1111
script:
1212
- powrap --check --quiet **/*.po
1313
- pospell -p dict -l es_AR -l es_ES **/*.po
14-
- make dict_dups
1514
- make build
1615
branches:
1716
only:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ help:
4141
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4242
.PHONY: build
4343
build: setup
44-
PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
44+
PYTHONWARNINGS=ignore::FutureWarning $(VENV)/bin/sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
4545
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
4646
"or run 'make serve' to see them in http://localhost:8000";
4747

dict

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
slice
2+
slices
3+
idiomática
4+
superclase
5+
classmethods
6+
super
7+
separándolos
8+
obtenedor
9+
asignador
10+
suprimidor
11+
escribibles
12+
heredable
13+
reintenta
14+
malformados
115
API
216
ASCII
317
Aahz
@@ -172,7 +186,6 @@ arrays
172186
asignadores
173187
asincrónica
174188
asincrónico
175-
asignador
176189
assert
177190
asserts
178191
attr
@@ -190,6 +203,7 @@ bloqueante
190203
booleano
191204
booleanos
192205
buffer
206+
buffering
193207
bug
194208
built
195209
builtins
@@ -297,6 +311,7 @@ h
297311
hardware
298312
hash
299313
hashables
314+
heurístico
300315
host
301316
i
302317
identación
@@ -407,11 +422,13 @@ multiprocesamiento
407422
multiproceso
408423
mutex
409424
mxBase
425+
n
410426
naíf
411427
naífs
412428
ncurses
413429
octales
414430
normalización
431+
octal
415432
operando
416433
onexit
417434
online
@@ -479,6 +496,7 @@ redimensionado
479496
redimensionados
480497
redimensionable
481498
redimensionables
499+
redireccionamiento
482500
redondeándolo
483501
ref
484502
refactorización
@@ -578,6 +596,7 @@ token
578596
tokens
579597
toolkit
580598
tk
599+
truncarlo
581600
tty
582601
tupla
583602
tuplas
@@ -647,3 +666,6 @@ retrocompatible
647666
remuestreo
648667
Modeling
649668
ésimo
669+
kernel
670+
str
671+
pasándole

0 commit comments

Comments
 (0)