mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-12 23:35:59 +00:00
Translate 'Read more' link
This commit is contained in:
parent
8733ca5d3c
commit
16cddab1d4
@ -7,6 +7,7 @@ const locale = useRouteLocale();
|
||||
|
||||
const props = defineProps({
|
||||
title: { type: String},
|
||||
readMoreLinkTitle: { type: String},
|
||||
showAllPostsButtonTitle: { type: String},
|
||||
});
|
||||
|
||||
@ -51,7 +52,7 @@ const formatDate = (d) =>
|
||||
|
||||
<p v-if="post.excerpt" class="card__excerpt" v-html="post.excerpt"></p>
|
||||
|
||||
<RouterLink :to="post.path" class="card__more">Weiterlesen →</RouterLink>
|
||||
<RouterLink :to="post.path" class="card__more">{{ readMoreLinkTitle }} →</RouterLink>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
@ -288,8 +288,8 @@ description: Eine freie Open-Source-Software, mit der du ein soziales Netzwerk f
|
||||
XXX -->
|
||||
|
||||
<MiniBlog
|
||||
class="large-header"
|
||||
:title="'Neueste Beiträge'"
|
||||
:readMoreLinkTitle="'Weiterlesen'"
|
||||
:show-all-posts-button-title="'Alle Beiträge ansehen'"
|
||||
/>
|
||||
|
||||
|
||||
@ -290,6 +290,7 @@ XXX -->
|
||||
|
||||
<MiniBlog
|
||||
:title="'Latest posts'"
|
||||
:readMoreLinkTitle="'Read more'"
|
||||
:show-all-posts-button-title="'Show all posts'"
|
||||
/>
|
||||
|
||||
|
||||
@ -258,6 +258,7 @@ XXX -->
|
||||
|
||||
<MiniBlog
|
||||
:title="'Últimas publicaciones'"
|
||||
:readMoreLinkTitle="'Seguir leyendo'"
|
||||
:show-all-posts-button-title="'Mostrar todas las publicaciones'"
|
||||
/>
|
||||
|
||||
|
||||
@ -290,6 +290,7 @@ XXX -->
|
||||
|
||||
<MiniBlog
|
||||
:title="'Derniers articles'"
|
||||
:readMoreLinkTitle="'Continuer la lecture'"
|
||||
:show-all-posts-button-title="'Afficher tous les messages'"
|
||||
/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user