mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat(i18n): add PL translation for reading time (#325)
This commit is contained in:
parent
626265bcfd
commit
2013c50abe
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ article:
|
|||
|
||||
lastUpdatedOn:
|
||||
other: Ostatnio zaktualizowany
|
||||
|
||||
readingTime:
|
||||
one: "Przeczytasz w {{ .Count }} minutę"
|
||||
other: "Przeczytasz w {{ .Count }} minut"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
|
|
Loading…
Reference in a new issue