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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Membrives <etienne@membrives.fr>2018-11-08 15:45:16 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2018-11-08 15:45:16 +0300
commit91fbea13508ca242ab5c0db80e11de22e371891e (patch)
tree1647949870adf109cdabe1496cbc9b1a61eee62f /layouts
parent1b84a1deffd09071b8f40daeab3dca5732127886 (diff)
French translation (#102)
This commit adds a French translation to the theme, and fixes a non-translated string in the blog navigation bar.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 769660e..4f1044c 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -74,7 +74,7 @@
{{ else }}
<a class="navbar-item" href="{{ .Permalink }}">
{{ if $pageIsInBlog }}
- Back to {{ .Title | singularize}}
+ {{ i18n "nav_backToSection" . }}
{{ else }}
{{ .Title | singularize}}
{{ end }}