File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed
Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 11< h3 > ¡Ayúdanos a traducir!</ h3 >
22< ul >
33 < li > < a href ="CONTRIBUTING.html "> Guía para contribuir</ a > </ li >
4+ < li > < a href ="progress.html "> Progreso de la traducción</ a > </ li >
45</ ul >
56
67< h3 > Recursos</ h3 >
Original file line number Diff line number Diff line change 3333templates_path = ['cpython/Doc/tools/templates' ]
3434html_static_path = ['cpython/Doc/tools/static' ]
3535
36+ extensions .append ('sphinx_autorun' )
37+
3638os .system ('mkdir -p cpython/locales/es/' )
3739os .system ('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES' )
3840
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ setuptools
1010sphinx-intl
1111transifex-client
1212pre-commit
13+ sphinx-autorun
You can’t perform that action at this time.
0 commit comments