feat(i18n): localize the min read string (#838)

* feat(i18n): localize the min read string fixes #825

* chore: format
This commit is contained in:
Alq
2024-02-11 21:43:08 +03:00
committed by GitHub
parent ab80eba794
commit 3518ca9e2a
11 changed files with 41 additions and 2 deletions

View File

@ -53,6 +53,9 @@ export default {
tableOfContents: {
title: "Inhoudsopgave",
},
contentMeta: {
readingTime: ({ minutes }) => `${minutes} min read`,
},
},
pages: {
rss: {