Skip to content

Commit 238c0e5

Browse files
authored
Removing blog references on Docusaurus (#2456)
## Motivation for the change, related issues The Playground Documentation contains references to strings used for a blog version. Although the team's version does not utilize this blogging functionality, contributors continue to translate these strings. To avoid unnecessary work from our contributors, I have removed the unnecessary references to the Blog functionality. This pull request removes all the folders related to the blog, on the current translations, and removes the strings from the `code.json` file. build process: <img width="1240" height="529" alt="Screenshot 2025-08-04 at 15 07 40" src="https://github.com/user-attachments/assets/12b8aa12-2055-46a7-9fe9-27fed61059d2" /> local env: <img width="2672" height="1527" alt="Screenshot 2025-08-04 at 15 07 56" src="https://github.com/user-attachments/assets/3130258a-77a4-41ed-9dfd-52033f3051e2" />
1 parent 15e5181 commit 238c0e5

File tree

9 files changed

+13
-310
lines changed

9 files changed

+13
-310
lines changed

packages/docs/site/i18n/es/code.json

Lines changed: 3 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,7 @@
3939
"message": "Volver arriba",
4040
"description": "The ARIA label for the back to top button"
4141
},
42-
"theme.blog.archive.title": {
43-
"message": "Archivo",
44-
"description": "The page & hero title of the blog archive page"
45-
},
46-
"theme.blog.archive.description": {
47-
"message": "Archivo",
48-
"description": "The page & hero description of the blog archive page"
49-
},
50-
"theme.blog.paginator.navAriaLabel": {
51-
"message": "Navegación de la lista del blog",
52-
"description": "The ARIA label for the blog pagination"
53-
},
54-
"theme.blog.paginator.newerEntries": {
55-
"message": "Entradas más recientes",
56-
"description": "The label used to navigate to the newer blog posts page (previous page)"
57-
},
58-
"theme.blog.paginator.olderEntries": {
59-
"message": "Entradas más antiguas",
60-
"description": "The label used to navigate to the older blog posts page (next page)"
61-
},
62-
"theme.blog.post.paginator.navAriaLabel": {
63-
"message": "Navegación de publicaciones del blog",
64-
"description": "The ARIA label for the blog posts pagination"
65-
},
66-
"theme.blog.post.paginator.newerPost": {
67-
"message": "Publicación más reciente",
68-
"description": "The blog post button label to navigate to the newer/previous post"
69-
},
70-
"theme.blog.post.paginator.olderPost": {
71-
"message": "Publicación más antigua",
72-
"description": "The blog post button label to navigate to the older/next post"
73-
},
74-
"theme.blog.post.plurals": {
75-
"message": "Una publicación|{count} publicaciones",
76-
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
77-
},
78-
"theme.blog.tagTitle": {
79-
"message": "{nPosts} etiquetadas con \"{tagName}\"",
80-
"description": "The title of the page for a blog tag"
81-
},
42+
8243
"theme.tags.tagsPageLink": {
8344
"message": "Ver todas las etiquetas",
8445
"description": "The label of the link targeting the tag list page"
@@ -174,10 +135,7 @@
174135
"message": "Cerrar",
175136
"description": "The ARIA label for close button of announcement bar"
176137
},
177-
"theme.blog.sidebar.navAriaLabel": {
178-
"message": "Navegación de publicaciones recientes del blog",
179-
"description": "The ARIA label for recent posts in the blog sidebar"
180-
},
138+
181139
"theme.CodeBlock.copied": {
182140
"message": "Copiado",
183141
"description": "The copied button label on code blocks"
@@ -210,18 +168,7 @@
210168
"message": "En esta página",
211169
"description": "The label used by the button on the collapsible TOC component"
212170
},
213-
"theme.blog.post.readMore": {
214-
"message": "Leer más",
215-
"description": "The label used in blog post item excerpts to link to full blog posts"
216-
},
217-
"theme.blog.post.readMoreLabel": {
218-
"message": "Leer más sobre {title}",
219-
"description": "The ARIA label for the link to full blog posts from excerpts"
220-
},
221-
"theme.blog.post.readingTime.plurals": {
222-
"message": "1 min de lectura|{readingTime} min de lectura",
223-
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
224-
},
171+
225172
"theme.docs.breadcrumbs.home": {
226173
"message": "Página de inicio",
227174
"description": "The ARIA label for the home page in the breadcrumbs"

packages/docs/site/i18n/es/docusaurus-plugin-content-blog/options.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/docs/site/i18n/fr/code.json

Lines changed: 3 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,7 @@
3939
"message": "Retour au début de la page",
4040
"description": "The ARIA label for the back to top button"
4141
},
42-
"theme.blog.archive.title": {
43-
"message": "Archive",
44-
"description": "The page & hero title of the blog archive page"
45-
},
46-
"theme.blog.archive.description": {
47-
"message": "Archive",
48-
"description": "The page & hero description of the blog archive page"
49-
},
50-
"theme.blog.paginator.navAriaLabel": {
51-
"message": "Pagination de la liste des articles du blog",
52-
"description": "The ARIA label for the blog pagination"
53-
},
54-
"theme.blog.paginator.newerEntries": {
55-
"message": "Nouvelles entrées",
56-
"description": "The label used to navigate to the newer blog posts page (previous page)"
57-
},
58-
"theme.blog.paginator.olderEntries": {
59-
"message": "Anciennes entrées",
60-
"description": "The label used to navigate to the older blog posts page (next page)"
61-
},
62-
"theme.blog.post.paginator.navAriaLabel": {
63-
"message": "Pagination des articles du blog",
64-
"description": "The ARIA label for the blog posts pagination"
65-
},
66-
"theme.blog.post.paginator.newerPost": {
67-
"message": "Article plus récent",
68-
"description": "The blog post button label to navigate to the newer/previous post"
69-
},
70-
"theme.blog.post.paginator.olderPost": {
71-
"message": "Article plus ancien",
72-
"description": "The blog post button label to navigate to the older/next post"
73-
},
74-
"theme.blog.post.plurals": {
75-
"message": "Un article|{count} articles",
76-
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
77-
},
78-
"theme.blog.tagTitle": {
79-
"message": "{nPosts} tagués avec « {tagName} »",
80-
"description": "The title of the page for a blog tag"
81-
},
42+
8243
"theme.tags.tagsPageLink": {
8344
"message": "Voir tous les tags",
8445
"description": "The label of the link targeting the tag list page"
@@ -174,10 +135,7 @@
174135
"message": "Fermer",
175136
"description": "The ARIA label for close button of announcement bar"
176137
},
177-
"theme.blog.sidebar.navAriaLabel": {
178-
"message": "Navigation article de blog récent",
179-
"description": "The ARIA label for recent posts in the blog sidebar"
180-
},
138+
181139
"theme.CodeBlock.copied": {
182140
"message": "Copié",
183141
"description": "The copied button label on code blocks"
@@ -206,18 +164,7 @@
206164
"message": "Langues",
207165
"description": "The label for the mobile language switcher dropdown"
208166
},
209-
"theme.blog.post.readMore": {
210-
"message": "Lire plus",
211-
"description": "The label used in blog post item excerpts to link to full blog posts"
212-
},
213-
"theme.blog.post.readMoreLabel": {
214-
"message": "En savoir plus sur {title}",
215-
"description": "The ARIA label for the link to full blog posts from excerpts"
216-
},
217-
"theme.blog.post.readingTime.plurals": {
218-
"message": "Une minute de lecture|{readingTime} minutes de lecture",
219-
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
220-
},
167+
221168
"theme.docs.breadcrumbs.home": {
222169
"message": "Page d'accueil",
223170
"description": "The ARIA label for the home page in the breadcrumbs"

packages/docs/site/i18n/fr/docusaurus-plugin-content-blog/options.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/docs/site/i18n/ja/code.json

Lines changed: 3 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,7 @@
3939
"message": "トップへスクロール",
4040
"description": "トップへ戻るボタンのARIAラベル"
4141
},
42-
"theme.blog.archive.title": {
43-
"message": "アーカイブ",
44-
"description": "ブログアーカイブページのページとヒーロータイトル"
45-
},
46-
"theme.blog.archive.description": {
47-
"message": "アーカイブ",
48-
"description": "ブログアーカイブページのページとヒーローの説明"
49-
},
50-
"theme.blog.paginator.navAriaLabel": {
51-
"message": "ブログリストページのナビゲーション",
52-
"description": "ブログのページネーションのARIAラベル"
53-
},
54-
"theme.blog.paginator.newerEntries": {
55-
"message": "新しい記事",
56-
"description": "新しいブログ記事のページ(前のページ)へ移動するために使用されるラベル"
57-
},
58-
"theme.blog.paginator.olderEntries": {
59-
"message": "古い記事",
60-
"description": "古いブログ記事のページ(次のページ)へ移動するために使用されるラベル"
61-
},
62-
"theme.blog.post.paginator.navAriaLabel": {
63-
"message": "ブログ記事ページのナビゲーション",
64-
"description": "ブログ記事のページネーションのARIAラベル"
65-
},
66-
"theme.blog.post.paginator.newerPost": {
67-
"message": "新しい記事",
68-
"description": "新しい/前の記事へ移動するためのブログ記事ボタンのラベル"
69-
},
70-
"theme.blog.post.paginator.olderPost": {
71-
"message": "古い記事",
72-
"description": "古い/次の記事へ移動するためのブログ記事ボタンのラベル"
73-
},
74-
"theme.blog.post.plurals": {
75-
"message": "1件の記事|{count}件の記事",
76-
"description": "\"{count}件の記事\" の複数形ラベル。言語がサポートする限りの複数形(\"|\" で区切る)を使用してください(https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html を参照)"
77-
},
78-
"theme.blog.tagTitle": {
79-
"message": "\"{tagName}\" タグの付いた記事 {nPosts} 件",
80-
"description": "ブログタグのページのタイトル"
81-
},
42+
8243
"theme.tags.tagsPageLink": {
8344
"message": "すべてのタグを表示",
8445
"description": "タグリストページをターゲットとするリンクのラベル"
@@ -174,10 +135,7 @@
174135
"message": "閉じる",
175136
"description": "お知らせバーの閉じるボタンのARIAラベル"
176137
},
177-
"theme.blog.sidebar.navAriaLabel": {
178-
"message": "ブログの最近の投稿のナビゲーション",
179-
"description": "ブログのサイドバーの最近の投稿のARIAラベル"
180-
},
138+
181139
"theme.CodeBlock.copied": {
182140
"message": "コピー済み",
183141
"description": "コードブロックのコピー済みボタンのラベル"
@@ -210,18 +168,7 @@
210168
"message": "このページ内",
211169
"description": "折りたたみ可能なTOCコンポーネントのボタンで使用されるラベル"
212170
},
213-
"theme.blog.post.readMore": {
214-
"message": "続きを読む",
215-
"description": "完全なブログ記事へのリンクとしてブログ記事の抜粋で使用されるラベル"
216-
},
217-
"theme.blog.post.readMoreLabel": {
218-
"message": "{title} についてもっと読む",
219-
"description": "抜粋から完全なブログ記事へのリンクのARIAラベル"
220-
},
221-
"theme.blog.post.readingTime.plurals": {
222-
"message": "1分で読める|{readingTime}分で読める",
223-
"description": "\"{readingTime}分で読める\" の複数形ラベル。言語がサポートする限りの複数形(\"|\" で区切る)を使用してください(https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html を参照)"
224-
},
171+
225172
"theme.docs.breadcrumbs.home": {
226173
"message": "ホームページ",
227174
"description": "パンくずリストのホームページのARIAラベル"

packages/docs/site/i18n/ja/docusaurus-plugin-content-blog/options.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/docs/site/i18n/pt-BR/docusaurus-plugin-content-blog/options.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)