diff --git a/metadata.html.jinja b/metadata.html.jinja index d79f64dbe..a23b40f86 100644 --- a/metadata.html.jinja +++ b/metadata.html.jinja @@ -37,7 +37,6 @@

* number of Sphinx build process warnings

-

For more information about translations, see the Python Developer’s Guide.

-

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).

+

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).

diff --git a/style.css b/style.css index 18e3eaf12..866b7454d 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,9 @@ th, td { th { background-color: #f4f4f4; } +hr { + color: #f4f4f4; +} .progress-bar { display: inline-block; color: white; diff --git a/template.html.jinja b/template.html.jinja index fc37ab1e4..676f83117 100644 --- a/template.html.jinja +++ b/template.html.jinja @@ -53,8 +53,14 @@ main | meta

* the number in parentheses shows change in the last 30 days, included in the total completion

-

The Python documentation currently has a word count of {{ '{:,}'.format(word_count) }}.

-

For more information about translations, see the Python Developer’s Guide.

+

+Currently being translated into {{ completion_progress|length }} languages. +The documentation has a total word count of {{ '{:,}'.format(word_count) }}. +For more information about translations, see the Python Developer’s Guide. +

+
+

You can download the data on this page in JSON format.

+

You can also find the scripts used to generate these pages here.

Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).