File tree Expand file tree Collapse file tree 6 files changed +797
-143
lines changed
Filter options
Expand file tree Collapse file tree 6 files changed +797
-143
lines changed
Original file line number Diff line number Diff line change @@ -97,6 +97,11 @@ contribución, queremos señalar algunos lineamientos generales.
97
97
#. En la descripción de la *Pull Request * escribe ``Closes #<número de issue> ``
98
98
(así se cierra automáticamente cuando se hace *merge *)
99
99
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
+
100
105
101
106
¿Qué archivo traducir?
102
107
----------------------
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Términos y bigramas
37
37
awaitable
38
38
aguardable ``glossary ``
39
39
40
+ slash and backslash
41
+ barra y barra invertida ``c-api ``,``tutorial``,``library/functions.po``
42
+
40
43
built-in
41
44
incorporada ``glossary.po ``
42
45
@@ -62,13 +65,13 @@ Términos y bigramas
62
65
clave
63
66
64
67
handler
65
- gestor ``tutorial/errors.po ``
68
+ gestor ``tutorial/errors.po ``, `` library/functions.po ``
66
69
67
70
handle exception
68
- Gestionar excepción. ``tutorial/inputoutput.po ``
71
+ Gestionar excepción. ``tutorial/inputoutput.po ``
69
72
70
73
locale
71
- Configuración regional. ``library/functions.po `` and others
74
+ Configuración regional. ``library/functions.po `` and others
72
75
73
76
helper function
74
77
función auxiliar ``library/typing.po ``
@@ -109,13 +112,13 @@ Términos y bigramas
109
112
Nota: úsese como sinónimo de *type hint *
110
113
111
114
underscore
112
- guión bajo ``glossary.po ``
115
+ guión bajo ``glossary.po ``
113
116
114
117
auditing event
115
- evento de auditoria ``library/tempfile ``
118
+ evento de auditoria ``library/tempfile ``
116
119
117
120
widget
118
- widget ``library/tkinter ``
121
+ widget ``library/tkinter ``
119
122
120
123
Reglas de estilo
121
124
================
Original file line number Diff line number Diff line change 41
41
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
42
42
.PHONY : build
43
43
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 )
45
45
@echo " Success! Open file://` pwd` /$( OUTPUT_HTML) /index.html, " \
46
46
" or run 'make serve' to see them in http://localhost:8000" ;
47
47
You can’t perform that action at this time.
0 commit comments