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

@ -55,6 +55,9 @@ export interface Translation {
tableOfContents: {
title: string
}
contentMeta: {
readingTime: (variables: { minutes: number }) => string
}
}
pages: {
rss: {