mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
show more in recent articles is part of i18n
This commit is contained in:
parent
d2dcbf8830
commit
215d8ae4a2
19 changed files with 56 additions and 4 deletions
|
@ -52,4 +52,4 @@ sharing:
|
|||
twitter: "ট্যুইট করুন"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "সাম্প্রতিক"
|
||||
recent_articles: "সাম্প্রতিক"
|
|
@ -53,3 +53,7 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Neue Beiträge"
|
||||
|
||||
|
||||
recent:
|
||||
show_more: "Zeig Mehr"
|
|
@ -59,3 +59,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
|
||||
recent:
|
||||
show_more: "Show More"
|
||||
|
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Reciente"
|
||||
|
||||
recent:
|
||||
show_more: "Mostrar Más"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Viimeaikaiset"
|
||||
|
||||
recent:
|
||||
show_more: "Näytä Lisää"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Articles récents"
|
||||
|
||||
recent:
|
||||
show_more: "Montre Plus"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "חדשים"
|
||||
|
||||
recent:
|
||||
show_more: "להראות יותר"
|
|
@ -60,3 +60,5 @@ sharing:
|
|||
shortcode:
|
||||
recent_articles: "Nedavno"
|
||||
|
||||
recent:
|
||||
show_more: "Prikaži Više"
|
||||
|
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Friss"
|
||||
|
||||
recent:
|
||||
show_more: "Mutass Többet"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Recenti"
|
||||
|
||||
recent:
|
||||
show_more: "Mostra di Più"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "最近の記事"
|
||||
|
||||
recent:
|
||||
show_more: "もっと見せる"
|
|
@ -59,3 +59,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Ostatnie artykuły"
|
||||
|
||||
recent:
|
||||
show_more: "Pokaż Więcej"
|
|
@ -56,3 +56,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
|
||||
recent:
|
||||
show_more: "Mostrar Mais"
|
|
@ -56,3 +56,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
|
||||
recent:
|
||||
show_more: "Mostrar Mais"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "Cele mai noi"
|
||||
|
||||
recent:
|
||||
show_more: "Afișați mai multe"
|
|
@ -53,3 +53,6 @@ sharing:
|
|||
shortcode:
|
||||
recent_articles: "Güncel"
|
||||
icon_none: "Icon bulunamadı."
|
||||
|
||||
recent:
|
||||
show_more: "Daha Fazla Göster"
|
|
@ -52,3 +52,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
|
||||
recent:
|
||||
show_more: "显示更多"
|
|
@ -51,4 +51,7 @@ sharing:
|
|||
twitter: "推到 Twitter"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
recent_articles: "最近的文章"
|
||||
|
||||
recent:
|
||||
show_more: "顯示更多"
|
|
@ -17,8 +17,9 @@
|
|||
<div class="mt-10 flex justify-center">
|
||||
<a href="{{ $showMoreLinkDest }}">
|
||||
<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
|
||||
More</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">
|
||||
{{ i18n "recent.show_more" | markdownify | emojify }}
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue