mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
21.58.2022 84011f418d7eb6c2ef870efc3f6fbd4a93d30985
Localize "By"

En/De/Es/Fr/It/Pt

Fixes #528
7 files modified
20 ■■■■■ changed files
i18n/de.toml 3 ●●●●● patch | view | raw | blame | history
i18n/en.toml 3 ●●●●● patch | view | raw | blame | history
i18n/es.toml 3 ●●●●● patch | view | raw | blame | history
i18n/fr.toml 3 ●●●●● patch | view | raw | blame | history
i18n/it.toml 3 ●●●●● patch | view | raw | blame | history
i18n/pt.toml 3 ●●●●● patch | view | raw | blame | history
layouts/_default/single.html 2 ●●● patch | view | raw | blame | history
i18n/de.toml
@@ -10,6 +10,9 @@
[readMore]
other = "weiterlesen"
[by]
other = "Von"
[whatsInThis]
other = "Was ist in dieser {{ .Type }}"
i18n/en.toml
@@ -10,6 +10,9 @@
[readMore]
other = "read more"
[by]
other = "By"
[whatsInThis]
other = "What's in this {{ .Type }}"
i18n/es.toml
@@ -10,6 +10,9 @@
[readMore]
other = "Leer más"
[by]
other = "Por"
[whatsInThis]
other = "Qué hay en este {{ .Type }}"
i18n/fr.toml
@@ -10,6 +10,9 @@
[readMore]
other = "lire plus"
[by]
other = "Par"
[whatsInThis]
other = "Ce qui est dans {{ .Type }}"
i18n/it.toml
@@ -10,6 +10,9 @@
[readMore]
other = "leggi di più"
[by]
other = "Da"
[whatsInThis]
other = "Cosa c'è in {{ .Type }}"
i18n/pt.toml
@@ -10,6 +10,9 @@
[readMore]
other = "Leia mais"
[by]
other = "por"
[whatsInThis]
other = "O que há neste {{ .Type }}"
layouts/_default/single.html
@@ -20,7 +20,7 @@
      </h1>
      {{ with .Params.author | default .Site.Params.author }}
      <p class="tracked">
          By <strong>
          {{ i18n "by" }} <strong>
          {{ if reflect.IsSlice . }}
              {{ delimit . ", " | markdownify }}
          {{else}}