From 4dbfab119e8b4b95b68ae271798197b80bd9b2f6 Mon Sep 17 00:00:00 2001 From: Rolfe Dlugy-Hegwer Date: Tue, 6 Sep 2022 13:16:08 -0400 Subject: [PATCH] Moved conjunction_1 --- data/i18n/en/en.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index d6c01acb5e8..423ddf2b745 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -1,12 +1,7 @@ # i18n strings for the English (main) site. # NOTE: Please keep the entries in alphabetical order when editing -# 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" +# For "and", see [conjunction_1] [caution] other = "Caution:" @@ -35,6 +30,12 @@ other = "Twitter" [community_youtube_name] other = "YouTube" +# 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" [cve_id] other = "CVE ID"