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

Commit6cf644a

Browse files
authored
Merge branch '3.8' into traducir_library_typing#195
2 parents259e6d4 +ef691ca commit6cf644a

File tree

6 files changed

+797
-143
lines changed

6 files changed

+797
-143
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: 9 additions & 6 deletions
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

@@ -62,13 +65,13 @@ Términos y bigramas
6265
clave
6366

6467
handler
65-
gestor ``tutorial/errors.po``
68+
gestor ``tutorial/errors.po``, ``library/functions.po``
6669

6770
handle exception
68-
Gestionar excepción. ``tutorial/inputoutput.po``
71+
Gestionar excepción. ``tutorial/inputoutput.po``
6972

7073
locale
71-
Configuración regional. ``library/functions.po`` and others
74+
Configuración regional. ``library/functions.po`` and others
7275

7376
helper function
7477
función auxiliar ``library/typing.po``
@@ -109,13 +112,13 @@ Términos y bigramas
109112
Nota: úsese como sinónimo de *type hint*
110113

111114
underscore
112-
guión bajo ``glossary.po``
115+
guión bajo ``glossary.po``
113116

114117
auditing event
115-
evento de auditoria ``library/tempfile``
118+
evento de auditoria ``library/tempfile``
116119

117120
widget
118-
widget ``library/tkinter``
121+
widget ``library/tkinter``
119122

120123
Reglas de estilo
121124
================

‎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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp