Skip to content

Commit 376e2dc

Browse files
authored
Merge branch '3.8' into cambios
2 parents cd86d66 + 598bd3a commit 376e2dc

File tree

10 files changed

+719
-132
lines changed

10 files changed

+719
-132
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ LANGUAGE := es
1616
VENV := $(shell realpath ./venv)
1717
PYTHON := $(shell which python3)
1818
CPYTHON_WORKDIR := cpython
19-
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/_build/doctree
20-
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/_build/html
19+
OUTPUT_DOCTREE := $(CPYTHON_WORKDIR)/Doc/build/doctree
20+
OUTPUT_HTML := $(CPYTHON_WORKDIR)/Doc/build/html
2121
LOCALE_DIR := $(CPYTHON_WORKDIR)/locale
2222
TRANSIFEX_PROJECT := python-docs-es
2323
POSPELL_TMP_DIR := .pospell

README.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Spanish Translation of the Python Documentation
2-
===============================================
3-
41
.. image:: https://travis-ci.org/python/python-docs-es.svg?branch=3.8
52
:target: https://travis-ci.org/python/python-docs-es
63
:alt: Build Status
@@ -10,6 +7,20 @@ Spanish Translation of the Python Documentation
107
:alt: Documentation Status
118

129

10+
Traducción al Español de la Documentación de Python
11+
===================================================
12+
13+
Cómo contribuir
14+
---------------
15+
16+
Tenemos una guía que te ayudará a contribuir en: https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html.
17+
Por favor, consulta para saber más detalles.
18+
19+
20+
21+
Spanish Translation of the Python Documentation
22+
===============================================
23+
1324
How to Contribute
1425
-----------------
1526

TRANSLATORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Naryie Vásquez Martínez (@narvmtz)
7777
María Andrea Vignau (@mavignau @marian-vignau)
7878
David Revillas (@r3v1)
7979
Xavi Rambla Centellas (@xavirambla)
80+
Elias Urios Alacreu(@Buzzeitor30)
8081
Santiago E Fraire Willemoes (@Woile)
8182
Alfonso Reyes (@mxarc)
8283
Gustavo Adolfo Huarcaya Delgado (@diavolo)
8384
Samantha Valdez A. (@samvaldez)
85+
Enrique Giménez (@fenriquegimenez)

dictionaries/library_cmath.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
phi
2+
arcocoseno
3+
arcoseno
4+
arcotangente

dictionaries/library_poplib.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Eudora
2+
QPOP
3+
QUIT
4+
r-commands
5+
RETR
6+
TLS
7+
PEM
8+
keep-alive
9+
APOP
10+
POP3
11+
POP
12+
TOP
13+
RFC
14+
CA
15+
SSL
16+
POP3-over-SSL
17+
IMAP

dictionaries/library_zipfile.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ZipFile
2+
PyZipFile
3+
ZipInfo

0 commit comments

Comments
 (0)