From 3176ce9d8ec32187c5fe04fd0f69f62669aef43b Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 11 Mar 2024 19:13:06 +0100 Subject: de toml (#15) --- i18n/de.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 i18n/de.toml 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 -- cgit v1.2.3 From 6b501733b56ec45f96243e78b019e160e9030aa0 Mon Sep 17 00:00:00 2001 From: kahakai Date: Tue, 26 Mar 2024 22:22:42 +0000 Subject: Fix hideUntranslated parameter value in README (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3