From 5d5b36b3c94f19f5602807efef4a0f1d77318835 Mon Sep 17 00:00:00 2001 From: Brian Sciretti <45018431+bsciretti@users.noreply.github.com> Date: Sun, 31 May 2020 19:32:34 +0200 Subject: [PATCH] Added Lombard translation --- i18n/lmo.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 i18n/lmo.yaml diff --git a/i18n/lmo.yaml b/i18n/lmo.yaml new file mode 100644 index 0000000..64d6a97 --- /dev/null +++ b/i18n/lmo.yaml @@ -0,0 +1,36 @@ +# Translations for English +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Traduzion" + +[postAvailable] +other = "Disponibel anca in" + + +# 404.html +# +[archives] +other = "Archivi" + +[home] +other = "Home" + +[notFound] +other = "Oops, pagina minga trovada…" + + +# posts/single.html +# +[readingTime] +one = "On megnuu" +other = "{{ .Count }} megnuu" + +[tableOfContents] +other = "Contegnuu" + +[wordCount] +one = "Ona parolla" +other = "{{ .Count }} paroll"