Internationalize "Recent content"
This commit is contained in:
@@ -29,6 +29,9 @@ paige_pages:
|
|||||||
paige_pinned_page:
|
paige_pinned_page:
|
||||||
other: Pinned page
|
other: Pinned page
|
||||||
|
|
||||||
|
paige_recent_content:
|
||||||
|
other: Recent content
|
||||||
|
|
||||||
paige_search_button:
|
paige_search_button:
|
||||||
other: Search
|
other: Search
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ $copyright := site.Copyright | markdownify | plainify | htmlUnescape }}
|
{{ $copyright := site.Copyright | markdownify | plainify | htmlUnescape }}
|
||||||
{{ $description := or $page.Description "Recent content" }}
|
{{ $description := or $page.Description (i18n "paige_recent_content") }}
|
||||||
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
|
{{ $format := "Mon, 02 Jan 2006 15:04:05 MST" }}
|
||||||
{{ $language := site.LanguageCode | default site.Language.Lang }}
|
{{ $language := site.LanguageCode | default site.Language.Lang }}
|
||||||
{{ $lastbuilddate := false }}
|
{{ $lastbuilddate := false }}
|
||||||
|
Reference in New Issue
Block a user