Skip to content

Make Download page translatable #122384

@rffontenelle

Description

@rffontenelle

Documentation

The Python docs' Download page (https://docs.python.org/3/download.html) is not currently available for translation, hence differentiating from other pages that received the translations effort of the language teams.

Strings should be marked for translation, so the file's strings are properly extracted into translation files.

To reproduce:

  1. make -C Doc venv gettext # from local CPython checkout
  2. search (unsuccessfully) strings in the .pot files generate in 'Doc/build/gettext/' directory for the translation strings that should be extracted from 'Doc/tools/templates/download.html' file (e.g. grep -R 'These archives contain all the content in the documentation.' Doc/build/gettext)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions