-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
kind: bugSomething isn't workingSomething isn't workingneeds: investigationSomeone in the team needs to investigate and try and reproduce this issueSomeone in the team needs to investigate and try and reproduce this issuetag: i18NItems related to internationalizationItems related to internationalization
Description
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
Labels
kind: bugSomething isn't workingSomething isn't workingneeds: investigationSomeone in the team needs to investigate and try and reproduce this issueSomeone in the team needs to investigate and try and reproduce this issuetag: i18NItems related to internationalizationItems related to internationalization