Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge 3.7 to master to fix build#4

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
raulcd merged 16 commits intomasterfrom3.7
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
2cbc939
Fix python version
raulcdMay 9, 2019
d18826a
Add tutorial introduction
raulcdMay 9, 2019
a818ef8
Fix minor changes on introduction.po
raulcdMay 9, 2019
a008c54
added translation to control flow tutorial
marian-vignauMay 9, 2019
11c325f
Add first translation for data structures tutorial
raulcdMay 9, 2019
98409d5
Merge pull request #2 from marian-vignau/glossary
raulcdMay 9, 2019
dc7cff4
Fix inconsistent term references in translated messages
raulcdMay 9, 2019
e1c3e10
Add if keyword to dict
raulcdMay 9, 2019
bd38735
Update readme.rst to fix links with correct repo
raulcdMay 12, 2019
3006d0b
Update verbal form on controlflow tutorial
raulcdMay 22, 2019
cc88346
Merge branch '3.7' of github.com:raulcd/python-docs-es into 3.7
raulcdMay 22, 2019
f94807d
Add starting translation for tutorial modules
raulcdMay 22, 2019
00750ef
Add more on tutorial modules
raulcdMay 22, 2019
81d69e0
Update tutorial modules and fix build
raulcdMay 22, 2019
b192e75
Update to latest python3.7 release to fix build
raulcdAug 23, 2019
c90b8d7
Add ASCII as word on the dictionary
raulcdAug 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,4 +11,4 @@ install:
script:
- powrap --check --quiet **/*.po
- pospell -p dict -l es_ES **/*.po
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=796698adf
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=15e7d2432294ec46f1ad84ce958fdeb9d4ca78b1
13 changes: 6 additions & 7 deletionsREADME.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,8 +37,7 @@ How to Contribute
You can contribute using:

- Github
- `transifex <https://www.transifex.com/python-doc/public/>`_
- Or just by opening `an issue on github <https://github.com/python/python-docs-esfr/issues>`_
- Or just by opening `an issue on github <https://github.com/raulcd/python-docs-es/issues>`_


Contributing using Github
Expand All@@ -56,22 +55,22 @@ Prerequisites:
Let's start:

You'll need to fork the `python-docs-es
<https://github.com/python/python-docs-es>`_ clicking its ``Fork``
<https://github.com/raulcd/python-docs-es>`_ clicking its ``Fork``
button. This creates a copy of the whole project on your github
account: a place where you have the rights to do modifications.

Step by step:

.. code-block:: bash

# Git clone your github fork using ssh (replaceJulienPalard):
git clone git@github.com:JulienPalard/python-docs-es.git
# Git clone your github fork using ssh (replaceraulcd):
git clone git@github.com:raulcd/python-docs-es.git

# Go to the cloned directory:
cd python-docs-es/

# Add the upstream (the public repository) using HTTPS (won't ask for password):
git remote add upstream https://github.com/python/python-docs-es.git
git remote add upstream https://github.com/raulcd/python-docs-es.git

All the translations must be made on the latest release.
We never translate on an oldest version, by example, the latest python release
Expand DownExpand Up@@ -106,7 +105,7 @@ Now you're ready to start a work session, each time you'll start a new task, sta

# The previous command will print you a link to open a PR on github.
# If you missed it, just go to
# https://github.com/python/python-docs-es/ and a nice "Compare & pull request"
# https://github.com/raulcd/python-docs-es/ and a nice "Compare & pull request"
# button should appear after a few seconds telling you can ask for a pull request.

# Now someone is reviewing your modifications, and you'll want to fix their
Expand Down
30 changes: 29 additions & 1 deletiondict
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,60 @@
argv
ASCII
backspace
batch
C
comilla
command
default
docstring
docstrings
else
if
import
imprimible
indentación
indentada
inicializar
interactivamente
intermezzo
iterador
m
multilínea
multi
option
Python
python
portable
posicional
posicionales
prompt
prompts
readline
recompilar
ref
referenciada
referenciadas
referenciado
referenciados
reordenar
s
seguirle
self
script
scripting
scripts
seguirle
semánticamente
sintácticamente
shell
situ
sockets
subíndices
sys
tipado
tty
tupla
tutorial
Tutorial
X
x
x
Loading

[8]ページ先頭

©2009-2026 Movatter.jp