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
|
@ -55,6 +55,9 @@ export interface Translation {
|
|||
tableOfContents: {
|
||||
title: string
|
||||
}
|
||||
contentMeta: {
|
||||
readingTime: (variables: { minutes: number }) => string
|
||||
}
|
||||
}
|
||||
pages: {
|
||||
rss: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue