From 89f87e050bbd7e3f29c479fc579d5dd5d8dcdcfa Mon Sep 17 00:00:00 2001
From: Mathieu GAUTHIER-LAFAYE
Date: Fri, 9 Dec 2016 15:37:53 +0100
Subject: [PATCH] the "Back on top" link is now translatable.
---
i18n/en.yaml | 3 +++
layouts/_default/baseof.html | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 694fd03..b038bc2 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -30,3 +30,6 @@
- id: cookieDismiss
translation: "Got it!"
+
+- id: backToTop
+ translation: "Back to top"
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 9d6a9a6..b20b7b0 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -77,7 +77,7 @@
{{ end }}
- Back to top
+ {{ i18n "backToTop" }}