mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
feat(i18n): localize the min read
string for the ro-RO
locale (#847)
* feat(i18n): localize `min read` string for `ro-RO` locale * chore: run Prettier on `quartz/i18n/locales/ro-RO.ts`
This commit is contained in:
parent
b5295e0f26
commit
2b39bd93f3
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ export default {
|
|||
title: "Cuprins",
|
||||
},
|
||||
contentMeta: {
|
||||
readingTime: ({ minutes }) => `${minutes} min read`,
|
||||
readingTime: ({ minutes }) =>
|
||||
minutes == 1 ? `lectură de 1 minut` : `lectură de ${minutes} minute`,
|
||||
},
|
||||
},
|
||||
pages: {
|
||||
|
|
Loading…
Reference in a new issue