Skip to content

Adopt new localization string for releases page #36760

Closed
@rolfedh

Description

What would you like to be added
This issue is a follow-up task from #36568.

https://kubernetes.io/hi/releases/ displays some English text:

image

To replace this text with localized strings, you can update data/i18n/hi/hi.toml with these recent changes from data/i18n/en/en.toml.

Specifically, these:

# Avoid using conjunction_1.
# Must match the context in layouts/shortcodes/release-data.html
# Appears on https://kubernetes.io/releases/
# For example the "and" in "Complete 1.25 Schedule and Changelog"
[conjunction_1]
other = "and"
# Deprecated. Planned for removal in a future release.
# Use [release_full_details_initial_text] instead.
[release_complete]
other = "Complete"

# Replace [release_complete] with [release_full_details_initial_text]
[release_full_details_initial_text]
other = "Complete"

[release_schedule]
other = "Schedule"

[release_changelog]
other = "Changelog"

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.language/hiIssues or PRs related to Hindi languageneeds-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