File tree 4 files changed +21
-0
lines changed
4 files changed +21
-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 cuando Pull Requests se *mergean * a la rama ``3.8 ``.
14
+
15
+ .. runblock :: console
16
+
17
+ $ potodo --offline --path .
Original file line number Diff line number Diff line change 1
1
< h3 > ¡Ayúdanos a traducir!</ h3 >
2
2
< ul >
3
3
< li > < a href ="CONTRIBUTING.html "> Guía para contribuir</ a > </ li >
4
+ < li > < a href ="progress.html "> Progreso de la traducción</ a > </ li >
4
5
</ ul >
5
6
6
7
< h3 > Recursos</ h3 >
Original file line number Diff line number Diff line change 33
33
templates_path = ['cpython/Doc/tools/templates' ]
34
34
html_static_path = ['cpython/Doc/tools/static' ]
35
35
36
+ extensions .append ('sphinx_autorun' )
37
+
36
38
os .system ('mkdir -p cpython/locales/es/' )
37
39
os .system ('ln -nfs `pwd` cpython/locales/es/LC_MESSAGES' )
38
40
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ setuptools
10
10
sphinx-intl
11
11
transifex-client
12
12
pre-commit
13
+ sphinx-autorun
You can’t perform that action at this time.
0 commit comments