From ec09d6a19fa549b9f0626aba9595e5054fbc096f Mon Sep 17 00:00:00 2001 From: Augusto Pace Date: Mon, 23 Oct 2023 16:50:13 +0200 Subject: [PATCH] fixed also labeling localization for post card --- i18n/en.toml | 6 ++++++ i18n/it.toml | 20 +++++++++++++------- layouts/partials/cards/post.html | 14 ++++++++++---- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index c352868..e26136c 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -124,3 +124,9 @@ other = "Liability Notice" [search] other = "Search" + +[minute] +other = "minute" + +[minutes] +other = "minutes" diff --git a/i18n/it.toml b/i18n/it.toml index b88a214..5f6c407 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -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,9 @@ other = "Avviso di responsabilità" [search] other = "Ricerca" + +[minute] +other = "minuto" + +[minutes] +other = "minuti" diff --git a/layouts/partials/cards/post.html b/layouts/partials/cards/post.html index f042bb6..4d7de5e 100644 --- a/layouts/partials/cards/post.html +++ b/layouts/partials/cards/post.html @@ -12,12 +12,18 @@ {{ end }}