diff --git a/docs/.vuepress/components/MiniBlog.vue b/docs/.vuepress/components/MiniBlog.vue index 5550727..8a3023d 100644 --- a/docs/.vuepress/components/MiniBlog.vue +++ b/docs/.vuepress/components/MiniBlog.vue @@ -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) =>

- Weiterlesen → + {{ readMoreLinkTitle }} → diff --git a/docs/de/README.md b/docs/de/README.md index b71f9e3..5a082e0 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -288,8 +288,8 @@ description: Eine freie Open-Source-Software, mit der du ein soziales Netzwerk f XXX --> diff --git a/docs/en/README.md b/docs/en/README.md index c7bf9fb..4c1298e 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -290,6 +290,7 @@ XXX --> diff --git a/docs/es/README.md b/docs/es/README.md index 633addf..a9def17 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -258,6 +258,7 @@ XXX --> diff --git a/docs/fr/README.md b/docs/fr/README.md index 359bbc1..c69e828 100644 --- a/docs/fr/README.md +++ b/docs/fr/README.md @@ -290,6 +290,7 @@ XXX -->