diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 2c1e1ec..987e736 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -1,3 +1,4 @@ +da: dk de: de en: gb es: es diff --git a/i18n/da.toml b/i18n/da.toml new file mode 100644 index 0000000..6a21e49 --- /dev/null +++ b/i18n/da.toml @@ -0,0 +1,39 @@ +# Translations for English +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Oversættelser" + +[postAvailable] +other = "Også tilgængelig på" + + +# 404.html +# +[archives] +other = "Arkiver" + +[home] +other = "Hjem" + +[notFound] +other = "Ups, siden blev ikke fundet…" + + +# posts/single.html +# +[readingTime] +one = "Ét minut" +other = "{{ .Count }} minutter" + +[tableOfContents] +other = "Indholdsfortegnelse" + +[wordCount] +one = "Ét ord" +other = "{{ .Count }} Ord" + +[lastModified] +other = "Sidst opdateret"