aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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