From 5e350b92e8219a4f1645da6e11055ea773c937bb Mon Sep 17 00:00:00 2001 From: Spence Churchill Date: Sun, 5 Jun 2022 08:20:08 -0700 Subject: refactor: rename "Related contents" to "Related content" (#567) --- assets/scss/partials/layout/article.scss | 2 +- i18n/ar.yaml | 2 +- i18n/ca.yaml | 2 +- i18n/de.yaml | 2 +- i18n/el.yaml | 2 +- i18n/en.yaml | 4 ++-- i18n/es.yaml | 2 +- i18n/fr.yaml | 2 +- i18n/id.yaml | 2 +- i18n/it.yaml | 2 +- i18n/ja.yaml | 2 +- i18n/ko.yaml | 2 +- i18n/nl.yaml | 2 +- i18n/pl.yaml | 2 +- i18n/pt-br.yaml | 2 +- i18n/ru.yaml | 2 +- i18n/th.yaml | 2 +- i18n/tr.yaml | 2 +- i18n/uk.yaml | 2 +- i18n/zh-cn.yaml | 2 +- i18n/zh-hk.yaml | 2 +- i18n/zh-tw.yaml | 2 +- layouts/_default/single.html | 2 +- layouts/partials/article/components/related-content.html | 13 +++++++++++++ layouts/partials/article/components/related-contents.html | 13 ------------- 25 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 layouts/partials/article/components/related-content.html delete mode 100644 layouts/partials/article/components/related-contents.html diff --git a/assets/scss/partials/layout/article.scss b/assets/scss/partials/layout/article.scss index eb58e77..d789e10 100644 --- a/assets/scss/partials/layout/article.scss +++ b/assets/scss/partials/layout/article.scss @@ -166,7 +166,7 @@ } } -.related-contents { +.related-content { overflow-x: auto; padding-bottom: 15px; diff --git a/i18n/ar.yaml b/i18n/ar.yaml index 8af7ff9..b2970b1 100644 --- a/i18n/ar.yaml +++ b/i18n/ar.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: جدول المحتويات - relatedContents: + relatedContent: other: محتوى مشابهه lastUpdatedOn: diff --git a/i18n/ca.yaml b/i18n/ca.yaml index 33ad70e..af4167e 100644 --- a/i18n/ca.yaml +++ b/i18n/ca.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Taula de contingut - relatedContents: + relatedContent: other: Continguts relacionats lastUpdatedOn: diff --git a/i18n/de.yaml b/i18n/de.yaml index 39baf11..7ab5b56 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Inhaltsverzeichnis - relatedContents: + relatedContent: other: Verwandte Inhalte lastUpdatedOn: diff --git a/i18n/el.yaml b/i18n/el.yaml index 38d867f..27a147d 100644 --- a/i18n/el.yaml +++ b/i18n/el.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Πινακας περιεχομενων - relatedContents: + relatedContent: other: Σχετικο περιεχομενο lastUpdatedOn: diff --git a/i18n/en.yaml b/i18n/en.yaml index 3d0ed03..fb07328 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -23,8 +23,8 @@ article: tableOfContents: other: Table of contents - relatedContents: - other: Related contents + relatedContent: + other: Related content lastUpdatedOn: other: Last updated on diff --git a/i18n/es.yaml b/i18n/es.yaml index 5f197da..76995da 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Tabla de contenido - relatedContents: + relatedContent: other: Contenidos relacionados lastUpdatedOn: diff --git a/i18n/fr.yaml b/i18n/fr.yaml index ac2e51a..c3feb1d 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Table des matières - relatedContents: + relatedContent: other: Contenus liés lastUpdatedOn: diff --git a/i18n/id.yaml b/i18n/id.yaml index deeb189..8104351 100644 --- a/i18n/id.yaml +++ b/i18n/id.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Daftar Isi - relatedContents: + relatedContent: other: Konten terkait lastUpdatedOn: diff --git a/i18n/it.yaml b/i18n/it.yaml index 6c4114c..a7fa521 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Indice - relatedContents: + relatedContent: other: Contenuti correlati lastUpdatedOn: diff --git a/i18n/ja.yaml b/i18n/ja.yaml index ec70d18..40380fd 100644 --- a/i18n/ja.yaml +++ b/i18n/ja.yaml @@ -11,7 +11,7 @@ article: tableOfContents: other: 目次 - relatedContents: + relatedContent: other: 関連するコンテンツ lastUpdatedOn: diff --git a/i18n/ko.yaml b/i18n/ko.yaml index b2202e6..5ded2b0 100644 --- a/i18n/ko.yaml +++ b/i18n/ko.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: 목차 - relatedContents: + relatedContent: other: 관련 글 lastUpdatedOn: diff --git a/i18n/nl.yaml b/i18n/nl.yaml index b9ecad3..80f1f0c 100644 --- a/i18n/nl.yaml +++ b/i18n/nl.yaml @@ -17,7 +17,7 @@ list: other: Subsecties article: - relatedContents: + relatedContent: other: Gerelateerde inhoud lastUpdatedOn: other: Laatst bijgewerkt op diff --git a/i18n/pl.yaml b/i18n/pl.yaml index 68c9bc8..e44a140 100644 --- a/i18n/pl.yaml +++ b/i18n/pl.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Spis treści - relatedContents: + relatedContent: other: Powiązane artykuły lastUpdatedOn: diff --git a/i18n/pt-br.yaml b/i18n/pt-br.yaml index ffdbe41..e3cf582 100644 --- a/i18n/pt-br.yaml +++ b/i18n/pt-br.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: Índice - relatedContents: + relatedContent: other: Conteúdo relacionado lastUpdatedOn: diff --git a/i18n/ru.yaml b/i18n/ru.yaml index 65e3be6..b1f1e51 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -23,7 +23,7 @@ list: article: back: other: Назад - relatedContents: + relatedContent: other: Также рекомендуем lastUpdatedOn: other: Обновлено diff --git a/i18n/th.yaml b/i18n/th.yaml index b2ae1cd..9982c06 100644 --- a/i18n/th.yaml +++ b/i18n/th.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: สารบัญ - relatedContents: + relatedContent: other: เนื้อหาคล้ายคลึงกัน lastUpdatedOn: diff --git a/i18n/tr.yaml b/i18n/tr.yaml index fe9269b..2dbb9d5 100644 --- a/i18n/tr.yaml +++ b/i18n/tr.yaml @@ -17,7 +17,7 @@ list: other: Alt bölümler article: - relatedContents: + relatedContent: other: Alakalı içerikler lastUpdatedOn: other: Son güncelleme diff --git a/i18n/uk.yaml b/i18n/uk.yaml index 966e141..3bd4f71 100644 --- a/i18n/uk.yaml +++ b/i18n/uk.yaml @@ -24,7 +24,7 @@ article: tableOfContents: other: Зміст - relatedContents: + relatedContent: other: Схожі матеріали lastUpdatedOn: diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml index 3579945..9350c2b 100644 --- a/i18n/zh-cn.yaml +++ b/i18n/zh-cn.yaml @@ -11,7 +11,7 @@ article: tableOfContents: other: 目录 - relatedContents: + relatedContent: other: 相关文章 lastUpdatedOn: diff --git a/i18n/zh-hk.yaml b/i18n/zh-hk.yaml index d927bdc..9e3c246 100644 --- a/i18n/zh-hk.yaml +++ b/i18n/zh-hk.yaml @@ -23,7 +23,7 @@ article: tableOfContents: other: 目錄 - relatedContents: + relatedContent: other: 相關內容 lastUpdatedOn: diff --git a/i18n/zh-tw.yaml b/i18n/zh-tw.yaml index 871d937..d9e124e 100644 --- a/i18n/zh-tw.yaml +++ b/i18n/zh-tw.yaml @@ -11,7 +11,7 @@ article: tableOfContents: other: 目錄 - relatedContents: + relatedContent: other: 相關文章 lastUpdatedOn: diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c70df20..5f300bf 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -30,7 +30,7 @@ {{ partial "article/components/links" . }} {{ end }} - {{ partial "article/components/related-contents" . }} + {{ partial "article/components/related-content" . }} {{ if not (eq .Params.comments false) }} {{ partial "comments/include" . }} diff --git a/layouts/partials/article/components/related-content.html b/layouts/partials/article/components/related-content.html new file mode 100644 index 0000000..aba88e3 --- /dev/null +++ b/layouts/partials/article/components/related-content.html @@ -0,0 +1,13 @@ +{{ $related := (where (.Site.RegularPages.Related .) "Params.hidden" "!=" true) | first 5 }} +{{ with $related }} + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/article/components/related-contents.html b/layouts/partials/article/components/related-contents.html deleted file mode 100644 index 29cfff6..0000000 --- a/layouts/partials/article/components/related-contents.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ $related := (where (.Site.RegularPages.Related .) "Params.hidden" "!=" true) | first 5 }} -{{ with $related }} - -{{ end }} \ No newline at end of file -- cgit v1.2.3