Skip to content

Strings not all translated with PyData Sphinx Theme 0.16.0 #2040

@dbitouze

Description

@dbitouze

Sorry for the late report but, with Sphinx 8.1.3 and PST 0.16.0, strings are not all translated. At least:

  • “On this page”
  • “Built with the PyData Sphinx Theme 0.16.0.”

are still in English.

This can be checked with the following conf.py file:

# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'Test PST'
copyright = '2024, Me'
author = 'Me'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

language = 'fr'

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "pydata_sphinx_theme"
html_static_path = ['_static']

and/or the joined archive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugSomething isn't workingneeds: investigationSomeone in the team needs to investigate and try and reproduce this issuetag: i18NItems related to internationalization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions