Add paige_pinned_page translation
This commit is contained in:
@@ -20,6 +20,9 @@ paige_noscript:
|
||||
paige_pages:
|
||||
other: Seiten
|
||||
|
||||
paige_pinned_page:
|
||||
other: Angeheftete seite
|
||||
|
||||
paige_search_button:
|
||||
other: Suche
|
||||
|
||||
|
@@ -20,6 +20,9 @@ paige_noscript:
|
||||
paige_pages:
|
||||
other: Pages
|
||||
|
||||
paige_pinned_page:
|
||||
other: Pinned page
|
||||
|
||||
paige_search_button:
|
||||
other: Search
|
||||
|
||||
|
@@ -48,7 +48,7 @@
|
||||
|
||||
<div class="{{ $class }}">
|
||||
{{ 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 }}
|
||||
|
||||
{{ with $description }}
|
||||
|
Reference in New Issue
Block a user