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

Commit72f64b9

Browse files
committed
Page showing the progress of the total translation
1 parent0dfb1d5 commit72f64b9

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

‎.overrides/progress.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:orphan:
2+
3+
===========================
4+
Progreso de la traducción
5+
===========================
6+
7+
Aquí puedes ver a la lista de todos los archivo de la documentación,
8+
con sus respectivos porcentajes de lo traducido, los párrafos marcados como ``fuzzy``,
9+
y otras estadísticas.
10+
11+
..note::
12+
13+
Esta lista se actualiza automáticamente cada vez que una Pull Request se *mergea*
14+
a la rama ``3.8``.
15+
16+
..runblock::console
17+
18+
$ potodo --offline --path .

‎.overrides/tools/templates/indexsidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h3>¡Ayúdanos a traducir!</h3>
22
<ul>
33
<li><ahref="CONTRIBUTING.html">Guía para contribuir</a></li>
4+
<li><ahref="progress.html">Progreso de la traducción</a></li>
45
</ul>
56

67
<h3>Recursos</h3>

‎conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
templates_path= ['cpython/Doc/tools/templates']
3434
html_static_path= ['cpython/Doc/tools/static']
3535

36+
extensions.append('sphinx_autorun')
37+
3638
os.system('mkdir -p cpython/locales/es/')
3739
os.system('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES')
3840

‎requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ setuptools
1010
sphinx-intl
1111
transifex-client
1212
pre-commit
13+
sphinx-autorun

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp