mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
Corrected Polish translation for "minute" (#174)
This commit is contained in:
parent
4dd0966b7c
commit
64167415cb
1 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@
|
|||
[nav_main]
|
||||
other = "główna"
|
||||
[blog_readingTime]
|
||||
one = "{{ .Count }} minut"
|
||||
other = "{{ .Count }} minut"
|
||||
one = "{{ .Count }} minuta"
|
||||
few = "{{ .Count }} minuty"
|
||||
many = "{{ .Count }} minuty"
|
||||
other = "{{ .Count }} minuty"
|
||||
[blog_shareThis]
|
||||
other = "Podziel się"
|
||||
[footer_text]
|
||||
|
|
Loading…
Reference in a new issue