diff --git a/i18n/bn.toml b/i18n/bn.toml index 96b0546..eafd0ce 100644 --- a/i18n/bn.toml +++ b/i18n/bn.toml @@ -121,3 +121,6 @@ other = "দায় বিজ্ঞপ্তি" [search] other = "অনুসন্ধান করুন" + +[minute] +other = "মিনিট" diff --git a/i18n/en.toml b/i18n/en.toml index c352868..dc18751 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -124,3 +124,7 @@ other = "Liability Notice" [search] other = "Search" + +[minute] +one = "minute" +other = "minutes" diff --git a/i18n/it.toml b/i18n/it.toml index b88a214..10edd5b 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,7 @@ other = "Avviso di responsabilità" [search] other = "Ricerca" + +[minute] +one = "minuto" +other = "minuti" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6192952..482b252 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -39,7 +39,7 @@