Files
internetforkids/config/_default/languages.en.toml
Christian Gick fad2b0ed1c feat: add language switcher to header nav
Uses Congo built-in locale action menu item.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 18:11:50 +03:00

55 lines
1.2 KiB
TOML

languageCode = "en"
languageName = "English"
languageDirection = "ltr"
weight = 1
title = "Internet for Kids"
contentDir = "content/en"
[params]
description = "Expert insights on child protection laws, online safety, and digital family protection worldwide."
[params.author]
name = "Internet for Kids"
headline = "Making the internet safer for every child"
bio = "A publication by Agiliton — covering child protection laws, online safety tools, and digital parenting advice for families worldwide."
links = [
{ link = "https://www.agiliton.eu" },
{ rss = "/index.xml" },
]
[[menus.main]]
identifier = "locale"
name = "DE"
weight = 1
[menus.main.params]
action = "locale"
[[menus.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 2
[[menus.main]]
identifier = "tags"
name = "Topics"
url = "/tags/"
weight = 3
[[menus.footer]]
identifier = "impressum"
name = "Imprint"
url = "https://www.agiliton.eu/impressum"
weight = 1
[menus.footer.params]
external = true
[[menus.footer]]
identifier = "privacy"
name = "Privacy Policy"
url = "https://www.agiliton.eu/datenschutz"
weight = 2
[menus.footer.params]
external = true