Add paige_pinned_page translation
This commit is contained in:
@@ -20,6 +20,9 @@ paige_noscript:
|
|||||||
paige_pages:
|
paige_pages:
|
||||||
other: Seiten
|
other: Seiten
|
||||||
|
|
||||||
|
paige_pinned_page:
|
||||||
|
other: Angeheftete seite
|
||||||
|
|
||||||
paige_search_button:
|
paige_search_button:
|
||||||
other: Suche
|
other: Suche
|
||||||
|
|
||||||
|
@@ -20,6 +20,9 @@ paige_noscript:
|
|||||||
paige_pages:
|
paige_pages:
|
||||||
other: Pages
|
other: Pages
|
||||||
|
|
||||||
|
paige_pinned_page:
|
||||||
|
other: Pinned page
|
||||||
|
|
||||||
paige_search_button:
|
paige_search_button:
|
||||||
other: Search
|
other: Search
|
||||||
|
|
||||||
|
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
<div class="{{ $class }}">
|
<div class="{{ $class }}">
|
||||||
{{ with $title }}
|
{{ with $title }}
|
||||||
<p class="mb-0 paige-title text-center">{{ if $pinned -}} <i class="bi bi-pin-fill text-primary" style="margin-left: -2.5ch; position: absolute"><span class="visually-hidden">Pinned page</span></i> {{ end }}<a href="{{ $titlelink }}">{{ . }}</a></p>
|
<p class="mb-0 paige-title text-center">{{ if $pinned -}} <i class="bi bi-pin-fill text-primary" style="margin-left: -2.5ch; position: absolute"><span class="visually-hidden">{{ i18n "paige_pinned_page" }}</span></i> {{ end }}<a href="{{ $titlelink }}">{{ . }}</a></p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $description }}
|
{{ with $description }}
|
||||||
|
Reference in New Issue
Block a user