Localize "By"

En/De/Es/Fr/It/Pt

Fixes #528
This commit is contained in:
Regis Philibert 2022-03-21 11:58:10 -04:00
parent db554148c0
commit 84011f418d
7 changed files with 19 additions and 1 deletions

View File

@ -10,6 +10,9 @@ other = "Neuste {{.Title }}"
[readMore]
other = "weiterlesen"
[by]
other = "Von"
[whatsInThis]
other = "Was ist in dieser {{ .Type }}"

View File

@ -10,6 +10,9 @@ other = "Recent {{.Title }}"
[readMore]
other = "read more"
[by]
other = "By"
[whatsInThis]
other = "What's in this {{ .Type }}"

View File

@ -10,6 +10,9 @@ other = "{{.Title }} recientes"
[readMore]
other = "Leer más"
[by]
other = "Por"
[whatsInThis]
other = "Qué hay en este {{ .Type }}"

View File

@ -10,6 +10,9 @@ other = "{{.Title }} récents"
[readMore]
other = "lire plus"
[by]
other = "Par"
[whatsInThis]
other = "Ce qui est dans {{ .Type }}"

View File

@ -10,6 +10,9 @@ other = "Recenti {{.Title }}"
[readMore]
other = "leggi di più"
[by]
other = "Da"
[whatsInThis]
other = "Cosa c'è in {{ .Type }}"

View File

@ -10,6 +10,9 @@ other = "{{.Title }} Recentes"
[readMore]
other = "Leia mais"
[by]
other = "por"
[whatsInThis]
other = "O que há neste {{ .Type }}"

View File

@ -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}}