German i18n!
Index Page
This is a fancier layout just for the landing page.
I am a footer
{
"pageContext": {
"locale": "de",
"linkPrefix": "/de",
"locales": [
"en",
"de"
],
"isDefaultLocale": false,
"defaultLocale": "en",
"relativePath": "",
"i18n": {
"_localized": true,
"landing": "Hallo",
"globals": {
"_localized": true,
"menu": [
{
"_localized": true,
"key": "home",
"to": "/",
"name": "GHOM"
},
{
"_localized": true,
"key": "section",
"to": "/section",
"name": "GSUB"
},
{
"_localized": true,
"key": "blog",
"to": "/blog",
"name": "GBLOG"
}
],
"ui": {
"_localized": true,
"title": "German i18n!",
"hello": "world",
"footer": "I am a footer",
"flags": {
"en": "🇬🇧",
"de": "🇩🇪"
}
}
}
}
}
}