Adopt new localization string for releases page #36760
Closed
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:
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"