From bdac20cdf10fd02c7e88aafbd11791e3a1f8a6d0 Mon Sep 17 00:00:00 2001 From: Ilker Mengi Date: Thu, 18 Feb 2021 12:15:57 +0100 Subject: [PATCH] Add Dutch translation --- i18n/nl.toml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 i18n/nl.toml diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 00000000..bf51a418 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,38 @@ +# Translations for Dutch +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# 404.html +# +[notFound] +other = "Oeps, pagina niet gevonden…" + +[home] +other = "Home" + +[archives] +other = "Archieven" + +# posts/single.html +# +[seeAlso] +other = "Zie ook" + +[wordCount] +other = "{{ .WordCount }} woorden" + +[tableOfContents] +other = "Inhoudsopgave" + +[newer] +other = "Nieuwer" + +[older] +other = "Ouder" + +# partials/header.html +# +[menu] +other = "Menu" + +[featuredImage] +other = "Uitgelichte afbeeldingen"