mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
fix(i18n/fr): add missing translations for reading time (#416)
This commit is contained in:
parent
497643b363
commit
195b8d8076
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ article:
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Dernière mise à jour le
|
other: Dernière mise à jour le
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "{{ .Count }} minute de lecture"
|
||||||
|
other: "{{ .Count }} minutes de lecture"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: Page non trouvée
|
other: Page non trouvée
|
||||||
|
|
Loading…
Reference in a new issue