Skip to content

Commit

Permalink
feat(i18n): Add French translation for reading time (jackyzha0#998)
Browse files Browse the repository at this point in the history
Signed-off-by: Mara-Li <lili.simonetti@outlook.fr>
  • Loading branch information
Mara-Li authored Mar 15, 2024
1 parent 8be51a0 commit b98e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartz/i18n/locales/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
title: "Table des Matières",
},
contentMeta: {
readingTime: ({ minutes }) => `${minutes} min read`,
readingTime: ({ minutes }) => `${minutes} min de lecture`,
},
},
pages: {
Expand Down

0 comments on commit b98e4be

Please sign in to comment.