aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2024-03-26 19:25:11 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2024-03-26 19:25:11 -0300
commit4a25d49a191d4bb52dd71a7c56f75ca798ff6d57 (patch)
treeb3fcd5987ca223aa4026245c1b587ffe90fb8d5e
parentabc18eae7b0f751cb6abed6bb9d8a61904219f0f (diff)
parent6b501733b56ec45f96243e78b019e160e9030aa0 (diff)
downloadhugo-bearcub-4a25d49a191d4bb52dd71a7c56f75ca798ff6d57.tar.gz
hugo-bearcub-4a25d49a191d4bb52dd71a7c56f75ca798ff6d57.tar.bz2
Merge branch 'main' of github.com:clente/hugo-bearcub
-rw-r--r--README.md2
-rw-r--r--i18n/de.toml14
2 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14755bf..2266d25 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ for a sample of how you can setup multilingual support.
By default, the theme creates a translation button that gets disabled when the
current page is only available in any other language. You can also choose to
hide this button (instead of disabling it) by setting `hideUntranslated =
-false`.
+true`.
### More
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..fb9e866
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,14 @@
+[filtering-for]
+ other = "Filtern nach"
+
+[no-posts]
+ other = "Noch keine Beträge"
+
+[email-subject]
+ other = "Antwort auf "
+
+[email-reply]
+ other = "Diesen Beitrag per Email kommentieren "
+
+[skip-link]
+ other = "Überspringen zum Hauptinhalt" \ No newline at end of file