show more in recent articles is part of i18n

This commit is contained in:
Nuno Coração 2022-11-05 11:55:39 +00:00
parent d2dcbf8830
commit 215d8ae4a2
19 changed files with 56 additions and 4 deletions

View file

@ -52,4 +52,4 @@ sharing:
twitter: "ট্যুইট করুন" twitter: "ট্যুইট করুন"
shortcode: shortcode:
recent_articles: "সাম্প্রতিক" recent_articles: "সাম্প্রতিক"

View file

@ -53,3 +53,7 @@ sharing:
shortcode: shortcode:
recent_articles: "Neue Beiträge" recent_articles: "Neue Beiträge"
recent:
show_more: "Zeig Mehr"

View file

@ -59,3 +59,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Recent" recent_articles: "Recent"
recent:
show_more: "Show More"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Reciente" recent_articles: "Reciente"
recent:
show_more: "Mostrar Más"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Viimeaikaiset" recent_articles: "Viimeaikaiset"
recent:
show_more: "Näytä Lisää"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Articles récents" recent_articles: "Articles récents"
recent:
show_more: "Montre Plus"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "חדשים" recent_articles: "חדשים"
recent:
show_more: "להראות יותר"

View file

@ -60,3 +60,5 @@ sharing:
shortcode: shortcode:
recent_articles: "Nedavno" recent_articles: "Nedavno"
recent:
show_more: "Prikaži Više"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Friss" recent_articles: "Friss"
recent:
show_more: "Mutass Többet"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Recenti" recent_articles: "Recenti"
recent:
show_more: "Mostra di Più"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "最近の記事" recent_articles: "最近の記事"
recent:
show_more: "もっと見せる"

View file

@ -59,3 +59,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Ostatnie artykuły" recent_articles: "Ostatnie artykuły"
recent:
show_more: "Pokaż Więcej"

View file

@ -56,3 +56,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Recente" recent_articles: "Recente"
recent:
show_more: "Mostrar Mais"

View file

@ -56,3 +56,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Recente" recent_articles: "Recente"
recent:
show_more: "Mostrar Mais"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Cele mai noi" recent_articles: "Cele mai noi"
recent:
show_more: "Afișați mai multe"

View file

@ -53,3 +53,6 @@ sharing:
shortcode: shortcode:
recent_articles: "Güncel" recent_articles: "Güncel"
icon_none: "Icon bulunamadı." icon_none: "Icon bulunamadı."
recent:
show_more: "Daha Fazla Göster"

View file

@ -52,3 +52,6 @@ sharing:
shortcode: shortcode:
recent_articles: "最近的文章" recent_articles: "最近的文章"
recent:
show_more: "显示更多"

View file

@ -51,4 +51,7 @@ sharing:
twitter: "推到 Twitter" twitter: "推到 Twitter"
shortcode: shortcode:
recent_articles: "最近的文章" recent_articles: "最近的文章"
recent:
show_more: "顯示更多"

View file

@ -17,8 +17,9 @@
<div class="mt-10 flex justify-center"> <div class="mt-10 flex justify-center">
<a href="{{ $showMoreLinkDest }}"> <a href="{{ $showMoreLinkDest }}">
<button <button
class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">Show class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">
More</button> {{ i18n "recent.show_more" | markdownify | emojify }}
</button>
</a> </a>
</div> </div>
{{ end }} {{ end }}