Merge pull request #448 from ztychr/i18n-support-for-danish
i18n support for Danish
This commit is contained in:
commit
82fdb056a4
2 changed files with 40 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
da: dk
|
||||||
de: de
|
de: de
|
||||||
en: gb
|
en: gb
|
||||||
es: es
|
es: es
|
||||||
|
|
39
i18n/da.toml
Normal file
39
i18n/da.toml
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Translations for Danish
|
||||||
|
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue