diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 9a22130..0c5c72f 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack googleAnalytics: # Theme i18n support -# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de +# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl DefaultContentLanguage: en permalinks: diff --git a/i18n/nl.yaml b/i18n/nl.yaml new file mode 100644 index 0000000..3d23a5f --- /dev/null +++ b/i18n/nl.yaml @@ -0,0 +1,53 @@ +toggleMenu: + other: Open Menu + +darkMode: + other: Donkere modus + +list: + page: + one: "{{ .Count }} pagina" + other: "{{ .Count }} pagina's" + + section: + other: Sectie + + subsection: + one: Subsectie + other: Subsecties + +article: + relatedContents: + other: Gerelateerde inhoud + lastUpdatedOn: + other: Laatst bijgewerkt op + +notFound: + title: + other: Niet gevonden + subtitle: + other: Deze pagina bestaat niet. + +widget: + archives: + title: + other: Archieven + more: + other: Meer + tagCloud: + title: + other: Tags + +search: + title: + other: Zoeken + placeholder: + other: Typ iets + resultTitle: + other: "#PAGES_COUNT pagina's (#TIME_SECONDS seconden)" + +footer: + builtWith: + other: Gemaakt met {{ .Generator }} + designedBy: + other: Theme {{ .Theme }} ontworpen door {{ .DesignedBy }}