From 7ae342a359324e5fe2bb6e5810a727ddc196fed5 Mon Sep 17 00:00:00 2001 From: Giampaolo Guiducci Date: Sun, 25 Oct 2020 21:26:06 +0100 Subject: Add Italian language See #40 --- i18n/it.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/it.toml (limited to 'i18n') diff --git a/i18n/it.toml b/i18n/it.toml new file mode 100644 index 0000000..a0765a6 --- /dev/null +++ b/i18n/it.toml @@ -0,0 +1,11 @@ +[writtenBy] +other = "Scritto da" + +[on] +other = "il" + +[generator] +other = "Creato con Hugo usando il tema Tale." + +[publishdate] +other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_it (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" -- cgit v1.2.3