feat(i18n): localize the min read string (#838)
* feat(i18n): localize the min read string fixes #825 * chore: format
This commit is contained in:
parent
ab80eba794
commit
3518ca9e2a
11 changed files with 41 additions and 2 deletions
|
@ -53,6 +53,9 @@ export default {
|
|||
tableOfContents: {
|
||||
title: "Inhaltsverzeichnis",
|
||||
},
|
||||
contentMeta: {
|
||||
readingTime: ({ minutes }) => `${minutes} min read`,
|
||||
},
|
||||
},
|
||||
pages: {
|
||||
rss: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue