Merge pull request #188 from nunocoracao/182-where-is-show-more-in-translations

show more in recent articles is part of i18n
This commit is contained in:
Nuno Coração 2022-11-05 11:55:54 +00:00 committed by GitHub
commit 032ff6ce86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 56 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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 }}