nicokaiser / hugo-theme-gallery

Gallery Theme for Hugo
https://nicokaiser.github.io/hugo-theme-gallery/
MIT License
305 stars 85 forks source link

Create support for Danish language #43

Closed JayKayAce closed 6 months ago

JayKayAce commented 7 months ago

I propose to add support for danish language bu adding a file in i18n\da.yaml

albumCount:
  one: 1 album
  other: "{{ . }} albummer"
albums: albummer
in: i
home: Hjem
pageNotFound: Siden blev ikke fundet
photoCount:
  one: 1 billede
  other: "{{ . }} billeder"
toHomepage: Til forsiden
nicokaiser commented 6 months ago

Nice, thank you!

nicokaiser commented 6 months ago

Since the menu has changed from displaying only albums to a real menu, I renamed it from "Albums" to "Menu" in the translation. Is "Menu" the right term in danish for the menu icon?

JayKayAce commented 6 months ago

Yes Menu would be the correct Danish translation :)