Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2022-04-18 21:33:23 +0300
committerGitHub <noreply@github.com>2022-04-18 21:33:23 +0300
commitb104d6ac70ca0461a7c1012ce0ba162a47f1d980 (patch)
tree53cf25526cd55b56f2596845b9a19d8705b201c9 /i18n
parent97937f3164c3310e9325e1a1285009c36696680f (diff)
refactor: rename class .icon to .gdoc-icon (#379)
BREAKING CHANGE: The class `.icon` was renamed to `.gdoc-icon` to avoid conflicts.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.yaml2
-rw-r--r--i18n/en.yaml2
-rw-r--r--i18n/zh-cn.yaml6
3 files changed, 5 insertions, 5 deletions
diff --git a/i18n/de.yaml b/i18n/de.yaml
index d0637c4..a90ea00 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -36,7 +36,7 @@ posts_tagged_with: Alle Artikel mit dem Tag '{{ . }}'
footer_build_with: >
Entwickelt mit <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> und
- <svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
+ <svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
footer_legal_notice: Impressum
footer_privacy_policy: Datenschutzerklärung
footer_content_license_prefix: >
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 9ee768b..73468e4 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -36,7 +36,7 @@ posts_tagged_with: All posts tagged with '{{ . }}'
footer_build_with: >
Built with <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a> and
- <svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
+ <svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg>
footer_legal_notice: Legal Notice
footer_privacy_policy: Privacy Policy
footer_content_license_prefix: >
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index c91db8b..44c19dc 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -35,9 +35,9 @@ posts_count:
posts_tagged_with: 所有带有“{{ . }}”标签的帖子。
footer_build_with: >
- 基于 <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a>
- <svg class="icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg> 制作
-
+ 基于 <a href="https://gohugo.io/" class="gdoc-footer__link">Hugo</a>
+ <svg class="gdoc-icon gdoc_heart"><use xlink:href="#gdoc_heart"></use></svg> 制作
+
footer_legal_notice: "法律声明"
footer_privacy_policy: "隐私政策"
footer_content_license_prefix: >