diff --git a/data/i18n/bn/bn.toml b/data/i18n/bn/bn.toml index 5afa1bb153d87..ad9bd04fddd0c 100644 --- a/data/i18n/bn/bn.toml +++ b/data/i18n/bn/bn.toml @@ -52,11 +52,8 @@ other = "স্ল্যাক" [community_stack_overflow_name] other = "স্ট্যাক ওভারফ্লো" -[community_twitter_name] -other = "X (আগে টুইটার)" - -[community_x_name] -other = "X (আগে টুইটার)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "ইউটিউব" diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index 66fe077b1c13d..d92f30575e77c 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -71,13 +71,8 @@ other = "Slack" [community_stack_overflow_name] other = "Stack Overflow" -[community_twitter_name] -other = "X (formerly Twitter)" - -# Also cover [community_using] if localizing this site - -[community_x_name] -other = "X (formerly Twitter)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "YouTube" diff --git a/data/i18n/ja/ja.toml b/data/i18n/ja/ja.toml index bb552143f95a5..dc66d65a5288b 100644 --- a/data/i18n/ja/ja.toml +++ b/data/i18n/ja/ja.toml @@ -32,11 +32,8 @@ other = "Slack" [community_stack_overflow_name] other = "Stack Overflow" -[community_twitter_name] -other = "X (旧Twitter)" - -[community_x_name] -other = "X (旧Twitter)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "YouTube" diff --git a/data/i18n/pt-br/pt-br.toml b/data/i18n/pt-br/pt-br.toml index 1b3d01627a5c8..1da0273d28b70 100644 --- a/data/i18n/pt-br/pt-br.toml +++ b/data/i18n/pt-br/pt-br.toml @@ -52,11 +52,8 @@ other = "Slack" [community_stack_overflow_name] other = "Stack Overflow" -[community_twitter_name] -other = "X (antigo Twitter)" - -[community_x_name] -other = "X (antigo Twitter)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "YouTube" diff --git a/data/i18n/ru/ru.toml b/data/i18n/ru/ru.toml index 6a2db85e0b6b1..7c8153340870a 100644 --- a/data/i18n/ru/ru.toml +++ b/data/i18n/ru/ru.toml @@ -52,11 +52,8 @@ other = "Slack" [community_stack_overflow_name] other = "Stack Overflow" -[community_twitter_name] -other = "X (ранее Twitter)" - -[community_x_name] -other = "X (ранее Twitter)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "YouTube" diff --git a/data/i18n/zh-cn/zh-cn.toml b/data/i18n/zh-cn/zh-cn.toml index 5233edbb777b1..fba8a05ad5bd0 100644 --- a/data/i18n/zh-cn/zh-cn.toml +++ b/data/i18n/zh-cn/zh-cn.toml @@ -46,11 +46,8 @@ other = "Slack" [community_stack_overflow_name] other = "Stack Overflow" -[community_twitter_name] -other = "X(前身为 Twitter)" - -[community_x_name] -other = "X(前身为 Twitter)" +[community_bluesky_name] +other = "Bluesky" [community_youtube_name] other = "YouTube" diff --git a/hugo.toml b/hugo.toml index fb96c05c673ec..7deca98d106f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -253,10 +253,9 @@ no = 'Sorry to hear that. Please
RSS Feed
{{ end -}}
Submit a Post
-
@Kubernetesio
+
@kubernetes.io
on GitHub
#kubernetes-users
Stack Overflow
diff --git a/package-lock.json b/package-lock.json index 264b8f3a9de8b..3ba8ba0a91625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,10 @@ } }, "node_modules/@fortawesome/fontawesome-free": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.2.0.tgz", - "integrity": "sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ==", + "version": "6.7.2", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.7.2.tgz", + "integrity": "sha512-JUOtgFW6k9u4Y+xeIaEiLr3+cjoUPiAuLXoyKOJSia6Duzb7pq+A76P9ZdPDoAoxHdHzq6gE9/jKBGXlZT8FbA==", "dev": true, - "hasInstallScript": true, "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)", "engines": { "node": ">=6" @@ -326,7 +325,7 @@ "resolved": "git+ssh://git@github.com/google/docsy.git#5597d435dc74ce68240e0c3871addf24567493b0", "dev": true, "dependencies": { - "@fortawesome/fontawesome-free": "6.2.0", + "@fortawesome/fontawesome-free": "6.7.2", "bootstrap": "4.6.2" } },