mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +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
|
@ -29,6 +29,10 @@ article:
|
|||
lastUpdatedOn:
|
||||
other: Ostatnio zaktualizowany
|
||||
|
||||
readingTime:
|
||||
one: "Przeczytasz w {{ .Count }} minutę"
|
||||
other: "Przeczytasz w {{ .Count }} minut"
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: Nie znaleziono
|
||||
|
|
Loading…
Reference in a new issue