Fixed localization of post cards (#821)

* Fixed date localization on post card

* fixed also labeling localization for post card

* adressed change request by using the hugo feature of singular/plural automagic for translation

* Fix reading time translation

Signed-off-by: hossainemruz <hossainemruz@gmail.com>

---------

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Co-authored-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Augusto Pace 2023-10-30 05:27:14 +01:00 committed by GitHub
parent fbbef3b2c5
commit e61d6b796b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 12 deletions

View file

@ -121,3 +121,6 @@ other = "দায় বিজ্ঞপ্তি"
[search]
other = "অনুসন্ধান করুন"
[minute]
other = "মিনিট"

View file

@ -124,3 +124,7 @@ other = "Liability Notice"
[search]
other = "Search"
[minute]
one = "minute"
other = "minutes"

View file

@ -3,7 +3,7 @@
other = "Home"
[posts]
other = "Post"
other = "Articoli"
[toc_heading]
other = "Contenuti"
@ -92,20 +92,20 @@ other = "Responsabilità:"
[present]
other = "Ad oggi"
# [comments_javascript]
# other = "Please enable JavaScript to view the"
[comments_javascript]
other = "Per favore attiva JavaScript per vedere il"
# [comments_by]
# other = "comments powered by"
# [read]
# other = "Read"
[read]
other = "Leggi"
# [project_star]
# other = "Star"
# [project_details]
# other = "Details"
[project_details]
other = "Dettagli"
# [err_404]
# other = "The page you are looking for is not there yet."
@ -124,3 +124,7 @@ other = "Avviso di responsabilità"
[search]
other = "Ricerca"
[minute]
one = "minuto"
other = "minuti"