- Notifications
You must be signed in to change notification settings - Fork395
Update from 3.7#98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
40 commits Select commitHold shift + click to select a range
68652d0
glossary first draft. not completed yet!
marian-vignau8d5045e
91% ready
marian-vignau8e926a7
92% ready
marian-vignauebf4763
100% ready
marian-vignau88660d4
Added copyright ant to the traslators team
marian-vignau78d6210
zlib.po
cacrespod7ef10e
zlib.po traducido
cacrespo192e7cf
merged
marian-vignau2785fc9
Many improvements and corrections
marian-vignau179e96c
modificado translators
cacrespocc59716
Traducido archivo sphinx
nicocastanio470141c
Traducido archivo contents
nicocastanio1c7f8d5
Update sphinx.po
nicocastaniocc07767
Update sphinx.po
nicocastanio8c8ff7c
Update sphinx.po
nicocastanio8337c2a
Update sphinx.po
nicocastanioe9ed9ba
Update sphinx.po
nicocastanio91f7d17
Update sphinx.po
nicocastanio63841eb
Revert "Traducido archivo contents"
nicocastaniof10c170
Traducido archivo contents. corrección
nicocastaniob1828a7
Merge pull request #86 from nicocastanio/traduccion_contents
humitos273a036
gitignore
humitosf42f598
update submodules
humitos22767f6
update cpython
humitosfc7df80
Script to easily create issues on GH
humitosd3d9203
Use polib directly
humitosb2cf66f
Merge branch '3.7' into traduccion_sphinx
humitos4248a33
Merge pull request #90 from PyCampES/traduccion_sphinx
humitosb1d75fd
Merge branch '3.7' into script-create-issues
humitosc4bdc32
Merge branch '3.7' into glossary
humitos2066a26
Merge branch '3.7' into zlib
humitos92607b0
Merge pull request #73 from cacrespo/zlib
humitosb933497
Merge pull request #88 from PyCampES/script-create-issues
humitos8ba1999
Merge pull request #53 from PyCampES/glossary
humitosffb4d91
Merge branch '3.7' of github.com:raulcd/python-docs-es into update-fr…
humitos630c37f
Ignore
humitos82f9911
Upgrade from 3.7 with new translations
humitose037df9
Fix regex
humitos6a4640a
All fixed
humitos948dd94
Merge branch '3.8' into update-from-3.7
humitosFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
17 changes: 14 additions & 3 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions.overrides/translation-memory.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion.travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -14,4 +14,4 @@ script: | ||
- make build | ||
branches: | ||
only: | ||
- /^3\.\d$/ |
2 changes: 2 additions & 0 deletionsTRANSLATORS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Héctor Canto (@hectorcanto_dev) | ||
Carlos Crespo (@cacrespo) | ||
Raúl Cumplido (@raulcd) | ||
Nicolás Demarchi (@gilgamezh) | ||
Manuel Kaufmann (@humitos) | ||
María Andrea Vignau (@mavignau @marian-vignau) | ||
Marco Richetta (@marcorichetta) |
12 changes: 7 additions & 5 deletionscontents.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
# Copyright (C) 2001-2020, Python Software Foundation | ||
# This file is distributed under the same license as the Python package. | ||
# Maintained by the python-doc-es workteam. | ||
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/ | ||
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Python 3.7\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-06 11:59-0400\n" | ||
"PO-Revision-Date: 2020-05-06 12:21-0300\n" | ||
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Last-Translator: \n" | ||
"Language: es\n" | ||
"X-Generator: Poedit 2.3\n" | ||
#: ../Doc/contents.rst:3 | ||
msgid "Python Documentation contents" | ||
msgstr "Contenido de la documentación de Python" |
9 changes: 9 additions & 0 deletionsdict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.