Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2020-06-29 12:02:42 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2020-06-29 12:02:42 +0300
commit63593a8352a57db59176154b3ba5f3398003e68c (patch)
treecff999ab81eaefce2603aee5e0db1f6d7d68308d /i18n
parent2ce9a2efde93ac5b4ca50fa04c9d758d7833cb32 (diff)
adding blog post pagination
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml6
-rw-r--r--i18n/fr.toml6
2 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f38ea93..2f19d0c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -4,5 +4,11 @@ other = "Tagged in"
[other_tags]
other = "Other tags"
+[previous]
+other = "Previous"
+
+[next]
+other = "Next"
+
[footer_text]
other = "Designed by [Alexandre NEGREL](https://github.com/negrel)."
diff --git a/i18n/fr.toml b/i18n/fr.toml
index a6cecfe..c263deb 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -4,5 +4,11 @@ other = "Marqués dans"
[other_tags]
other = "Autre tags"
+[previous]
+other = "Précédent"
+
+[next]
+other = "Suivant"
+
[footer_text]
other = "Design by [Alexandre NEGREL](https://github.com/negrel)."