Skip to content

Commit 65db2b4

Browse files
committed
Merge branch 'library-exceptions.po' of https://github.com/Roluisker/python-docs-es into library-exceptions.po
2 parents ddcd82a + e4587c3 commit 65db2b4

File tree

11 files changed

+996
-173
lines changed

11 files changed

+996
-173
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: 7 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``

.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

TRANSLATORS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,27 @@ Jhonatan Barrera (@iam3mer)
55
Héctor Canto (@hectorcanto_dev)
66
Carlos Crespo (@cacrespo)
77
Raúl Cumplido (@raulcd)
8-
Carlos Joel Delgado Pizarro (@c0x6a)
8+
Javier Daza (@javierdaza)
9+
Sergio Delgado Quintero (@sdelquin)
910
Nicolás Demarchi (@gilgamezh)
1011
Xavi Francisco (@srxavi)
1112
Manuel Kaufmann (@humitos)
13+
Pablo Lobariñas (@Qkolnek)
1214
Alvar Maciel (@alvarmaciel @amaciel)
1315
Cristián Maureira-Fredes (@cmaureir)
1416
Darwing Medina Lacayo (@darwing1210)
1517
Claudia Millán Nebot (@clacri @cheshireminima)
18+
Carlos Joel Delgado Pizarro (@c0x6a)
1619
María José Molina Contreras (@mjmolina)
17-
María Andrea Vignau (@mavignau @marian-vignau)
1820
Marco Richetta (@marcorichetta)
1921
Elisabeth Ortega (@draentropia)
2022
Cristian Rengifo (@ingrengifo)
2123
Pablo Lobariñas (@Qkolnek)
2224
Sergio Delgado Quintero (@sdelquin)
2325
Silvina Tamburini (@silvinabt87)
24-
Javier Daza (@javierdaza)
26+
David Trigo Chávez (@dtrinf)
2527
Agustina Quiros (@qagustina)
2628
José Miguel Hernández Cabrera (@miguelheca)
27-
Luis Sánchez (@LuisAISanchez)
28-
José Miguel Hernández Cabrera (@miguelheca)
29+
María Andrea Vignau (@mavignau @marian-vignau)
2930
Leonardo Gomez (@gomezgleonardob)
30-
José Miguel Hernández Cabrera (@miguelheca)
31+
Luis Sánchez (@LuisAISanchez)

0 commit comments

Comments
 (0)