Skip to content

Commit 4dbfab1

Browse files
committed
Moved conjunction_1
1 parent d0f1fdb commit 4dbfab1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

data/i18n/en/en.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# i18n strings for the English (main) site.
22
# NOTE: Please keep the entries in alphabetical order when editing
33

4-
# Avoid using conjunction_1.
5-
# Must match the context in layouts/shortcodes/release-data.html
6-
# Appears on https://kubernetes.io/releases/
7-
# For example the "and" in "Complete 1.25 Schedule and Changelog"
8-
[conjunction_1]
9-
other = "and"
4+
# For "and", see [conjunction_1]
105

116
[caution]
127
other = "Caution:"
@@ -35,6 +30,12 @@ other = "Twitter"
3530
[community_youtube_name]
3631
other = "YouTube"
3732

33+
# Avoid using conjunction_1.
34+
# Must match the context in layouts/shortcodes/release-data.html
35+
# Appears on https://kubernetes.io/releases/
36+
# For example the "and" in "Complete 1.25 Schedule and Changelog"
37+
[conjunction_1]
38+
other = "and"
3839

3940
[cve_id]
4041
other = "CVE ID"

0 commit comments

Comments
 (0)