mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-17 09:18:38 +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:
|
lastUpdatedOn:
|
||||||
other: Ostatnio zaktualizowany
|
other: Ostatnio zaktualizowany
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "Przeczytasz w {{ .Count }} minutę"
|
||||||
|
other: "Przeczytasz w {{ .Count }} minut"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
|
|
Loading…
Add table
Reference in a new issue