diff --git a/i18n/de.toml b/i18n/de.toml index 2f0317b..7ef99a2 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -34,3 +34,6 @@ other = "Inhaltsverzeichnis" [wordCount] one = "Ein Wort" other = "{{ .Count }} Wörter" + +[lastModified] +other = "Letzte Aktualisierung" diff --git a/i18n/en.toml b/i18n/en.toml index 467981c..03c0444 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -34,3 +34,6 @@ other = "Table of Contents" [wordCount] one = "One Word" other = "{{ .Count }} Words" + +[lastModified] +other = "Last updated" diff --git a/i18n/es.toml b/i18n/es.toml index 1643ec7..1dce9bb 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -34,3 +34,6 @@ other = "Tabla de Contenido" [wordCount] one = "Una Palabra" other = "{{ .Count }} Palabras" + +[lastModified] +other = "Ultima actualización" diff --git a/i18n/fr.toml b/i18n/fr.toml index 9ea342e..1ba6fe9 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -34,3 +34,6 @@ other = "Table des matières" [wordCount] one = "Un Mot" other = "{{ .Count }} Mots" + +[lastModified] +other = "Mise à jour" diff --git a/i18n/hi.toml b/i18n/hi.toml index aa84bf9..6486c73 100644 --- a/i18n/hi.toml +++ b/i18n/hi.toml @@ -33,4 +33,7 @@ other = "अनुक्रमणिका" [wordCount] one = "एक शब्द" -other = "{{ .Count }} शब्द" \ No newline at end of file +other = "{{ .Count }} शब्द" + +[lastModified] +other = "आखरी अपडेट" diff --git a/i18n/it.toml b/i18n/it.toml index 6a730e9..f78a5a0 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -34,3 +34,6 @@ other = "Contenuti" [wordCount] one = "Una parola" other = "{{ .Count }} parole" + +[lastModified] +other = "Ultimo aggiornamento" diff --git a/i18n/lmo.toml b/i18n/lmo.toml index 64d6a97..7616dda 100644 --- a/i18n/lmo.toml +++ b/i18n/lmo.toml @@ -34,3 +34,6 @@ other = "Contegnuu" [wordCount] one = "Ona parolla" other = "{{ .Count }} paroll" + +[lastModified] +other = "Last update" diff --git a/i18n/ml.toml b/i18n/ml.toml index 0eea4f6..a6aa087 100644 --- a/i18n/ml.toml +++ b/i18n/ml.toml @@ -34,3 +34,6 @@ other = "ഉള്ളടക്ക പട്ടിക" [wordCount] one = "ഒരു വാക്ക്" other = "{{ .Count }} വാക്കുകൾ" + +[lastModified] +other = "അവസാനമായി പുതുക്കിയത്" diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml index 25a6f6c..b53cbcc 100644 --- a/i18n/pt-br.toml +++ b/i18n/pt-br.toml @@ -33,4 +33,7 @@ other = "Índice" [wordCount] one = "Uma Palavra" -other = "{{ .Count }} Palavras" \ No newline at end of file +other = "{{ .Count }} Palavras" + +[lastModified] +other = "Última actualização" diff --git a/i18n/ru.toml b/i18n/ru.toml index 2b75f94..2f16ec4 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -38,3 +38,6 @@ one = "{{ .Count }} слово" few = "{{ .Count }} слова" many = "{{ .Count }} слов" other = "{{ .Count }} слов" + +[lastModified] +other = "Последнее обновление" diff --git a/i18n/tr.toml b/i18n/tr.toml index 4b50e98..df7af32 100644 --- a/i18n/tr.toml +++ b/i18n/tr.toml @@ -34,3 +34,6 @@ other = "İçindekiler" [wordCount] one = "One Kelime" other = "{{ .Count }} Kelime" + +[lastModified] +other = "Son güncelleme" diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 35899b6..b6c0c3d 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -75,6 +75,7 @@ {{ if .Site.Params.dateformNumTime }}{{ dateFormat .Site.Params.dateformNumTime .Date.Local }}{{ else }}{{ dateFormat "2006-01-02 15:04 -0700" .Date.Local }}{{ end }} + {{ if .LastMod }} ({{ i18n "lastModified" }}: {{ if .Site.Params.dateformNumTime }}{{ dateFormat .Site.Params.dateformNumTime .LastMod.Local }}{{ else }}{{ dateFormat "2006-01-02 15:04 -0700" .LastMod.Local }}){{ end }}

{{- if .GitInfo }}