Skip to content

Missing translations for outdated_content_title and outdated_content_message in French localization #53223

@ilies-sghiar

Description

@ilies-sghiar

Hello,

On the French Kubernetes website page : https://kubernetes.io/fr/docs/tutorials/kubernetes-basics/ some strings related to the outdated content notice are still displayed in English.

After checking the template, I found the following code

{{ T "outdated_content_title" }}

{{ T "outdated_content_message" }} {{ $originPageTitle }}

However, the keys outdated_content_title and outdated_content_message do not exist in i18n/fr/fr.toml.
Because of that, the text remains in English on the French version of the site.

Proposed fix

Add the missing keys to i18n/fr/fr.toml with appropriate French translations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions