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"