From f5c9e6926a082b3d369f9e2654e1edca987e8c0b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 20 Nov 2021 17:00:56 -0600 Subject: [PATCH] Add translations for "Older" and "Newer" --- i18n/en.yaml | 6 ++++++ i18n/es.yaml | 6 ++++++ layouts/_default/single.html | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index dec9be6..a4cf262 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -29,3 +29,9 @@ table_of_contents: see_also: other: "See also" + +older_post: + other: "Older" + +newer_post: + other: "Newer" diff --git a/i18n/es.yaml b/i18n/es.yaml index 54f507b..5e7ed30 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -29,3 +29,9 @@ table_of_contents: see_also: other: "Véase también" + +older_post: + other: "Más antiguo" + +newer_post: + other: "Más nuevo" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index dd3552e..64994d6 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -72,7 +72,7 @@ {{ with .NextInSection }}