Skip to content

Commit 778cddf

Browse files
committed
fix de conflictos
2 parents 430346b + 6e68f8a commit 778cddf

File tree

6 files changed

+620
-123
lines changed

6 files changed

+620
-123
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: 9 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,10 +62,13 @@ 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``
69+
70+
locale
71+
Configuración regional. ``library/functions.po`` and others
6672

6773
loop
6874
Bucle. ``tutorial/controlflow.po``
@@ -88,6 +94,8 @@ Términos y bigramas
8894
auditing event
8995
evento de auditoria ``library/tempfile``
9096

97+
widget
98+
widget ``library/tkinter``
9199

92100
Reglas de estilo
93101
================

.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ bloqueante
179179
booleano
180180
booleanos
181181
buffer
182+
buffering
182183
bug
183184
built
184185
builtins
@@ -284,6 +285,7 @@ h
284285
hardware
285286
hash
286287
hashables
288+
heurístico
287289
host
288290
i
289291
identación
@@ -392,11 +394,13 @@ multiprocesamiento
392394
multiproceso
393395
mutex
394396
mxBase
397+
n
395398
naíf
396399
naífs
397400
ncurses
398401
octales
399402
normalización
403+
octal
400404
operando
401405
operandos
402406
options
@@ -458,6 +462,7 @@ redimensionado
458462
redimensionados
459463
redimensionable
460464
redimensionables
465+
redireccionamiento
461466
redondeándolo
462467
ref
463468
refactorización
@@ -549,6 +554,7 @@ tipado
549554
tipear
550555
token
551556
tokens
557+
truncarlo
552558
tty
553559
tupla
554560
tuplas

0 commit comments

Comments
 (0)