Ondersteuning meerdere talen en bijbehorende menu's
This commit is contained in:
parent
0ff507503e
commit
bbdac077af
|
@ -3,7 +3,7 @@
|
|||
# The pageRef entries have Dutch names, as the Dutch content section is the primary source for the translations
|
||||
|
||||
[[main]]
|
||||
identifier = "organization"
|
||||
identifier = "organisatie"
|
||||
name = "Organization"
|
||||
pageRef = "/organisatie"
|
||||
weight = 10
|
||||
|
|
|
@ -1,54 +1,54 @@
|
|||
# Menu-configuratie
|
||||
|
||||
[[main]]
|
||||
identifier = "organization"
|
||||
identifier = "organisatie"
|
||||
name = "Organisatie"
|
||||
pageRef = "/organisatie"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
identifier = "organization-goals"
|
||||
identifier = "organisatie-goals"
|
||||
name = "Doelstellingen"
|
||||
url = "/organisatie/doelstellingen/"
|
||||
parent = "organization"
|
||||
parent = "organisatie"
|
||||
weight = 11
|
||||
|
||||
[[main]]
|
||||
identifier = "organization-board"
|
||||
identifier = "organisatie-bestuur"
|
||||
name = "Bestuur"
|
||||
url = "/organisatie/bestuur/"
|
||||
parent = "organization"
|
||||
parent = "organisatie"
|
||||
weight = 12
|
||||
|
||||
[[main]]
|
||||
identifier = "organization-committees"
|
||||
identifier = "organisatie-commissies"
|
||||
name = "Commissies"
|
||||
url = "/organisatie/commissies/"
|
||||
parent = "organization"
|
||||
parent = "organisatie"
|
||||
weight = 13
|
||||
|
||||
[[main]]
|
||||
identifier = "nluug-award"
|
||||
name = "NLUUG Award"
|
||||
url = "/organisatie/nluug-award/"
|
||||
parent = "organization"
|
||||
parent = "organisatie"
|
||||
weight = 14
|
||||
|
||||
[[main]]
|
||||
identifier = "events"
|
||||
identifier = "evenementen"
|
||||
name = "Evenementen"
|
||||
url = "/evenementen/"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
identifier = "events-calendar"
|
||||
identifier = "evenementen-kalender"
|
||||
name = "Kalender"
|
||||
url = "/evenementen/kalender/"
|
||||
parent = "events"
|
||||
parent = "evenementen"
|
||||
weight = 21
|
||||
|
||||
[[main]]
|
||||
identifier = "membership"
|
||||
identifier = "lidmaatschap"
|
||||
name = "Lidmaatschap"
|
||||
url = "/lidmaatschap/"
|
||||
weight = 30
|
||||
|
@ -57,25 +57,25 @@
|
|||
identifier = "lidmaatschap-tarieven"
|
||||
name = "Tarieven"
|
||||
url = "/lidmaatschap/tarieven/"
|
||||
parent = "membership"
|
||||
parent = "lidmaatschap"
|
||||
weight = 31
|
||||
|
||||
[[main]]
|
||||
identifier = "lidmaatschap-aanmelden"
|
||||
name = "Aanmelden"
|
||||
url = "/lidmaatschap/aanmelden/"
|
||||
parent = "membership"
|
||||
parent = "lidmaatschap"
|
||||
weight = 32
|
||||
|
||||
[[main]]
|
||||
identifier = "lidmaatschap-ereleden"
|
||||
name = "Ereleden"
|
||||
url = "/lidmaatschap/ereleden/"
|
||||
parent = "membership"
|
||||
parent = "lidmaatschap"
|
||||
weight = 33
|
||||
|
||||
[[main]]
|
||||
identifier = "news"
|
||||
identifier = "nieuws"
|
||||
name = "Nieuws"
|
||||
url = "/nieuws/"
|
||||
weight = 40
|
||||
|
@ -87,7 +87,7 @@
|
|||
weight = 50
|
||||
|
||||
[[footer]]
|
||||
identifier = "terms"
|
||||
identifier = "voorwaarden"
|
||||
name = "Algemene Voorwaarden"
|
||||
pageRef = "/algemene-voorwaarden/"
|
||||
weight = 10
|
||||
|
|
4
i18n/en.yaml
Normal file
4
i18n/en.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- id: back_to_home
|
||||
translation: Back to home
|
||||
- id: organisatie
|
||||
translation: organization
|
17
i18n/nl.yaml
Normal file
17
i18n/nl.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
- id: back_to_home
|
||||
translation: "Terug naar hoofdpagina"
|
||||
- id: contact
|
||||
translation: contact
|
||||
- id: events
|
||||
translation: evenementen
|
||||
- id: membership
|
||||
translation: lidmaatschap
|
||||
- id: news
|
||||
translation: nieuws
|
||||
- id: organization
|
||||
translation: organisatie
|
||||
- id: privacy
|
||||
translation: privacy
|
||||
- id: search
|
||||
translation: zoeken
|
||||
|
Reference in a new issue