From 44c31efa5ae89bdbb91161ba667fe142b41ee9eb Mon Sep 17 00:00:00 2001 From: Christian Stankowic Date: Sat, 21 Oct 2023 20:59:52 +0200 Subject: [PATCH] add English/German translations --- i18n/de.toml | 5 +++++ i18n/en.toml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/i18n/de.toml b/i18n/de.toml index 7ef99a2..dfcfc14 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -37,3 +37,8 @@ other = "{{ .Count }} Wörter" [lastModified] other = "Letzte Aktualisierung" + +# partials/pagination-list.html +[pagination] +newerPosts = "Neuere Beiträge" +olderPosts = "Ältere Beiträge" diff --git a/i18n/en.toml b/i18n/en.toml index 03c0444..9783c83 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -37,3 +37,8 @@ other = "{{ .Count }} Words" [lastModified] other = "Last updated" + +# partials/pagination-list.html +[pagination] +newerPosts = "Newer posts" +olderPosts = "Older posts"