Merge pull request #20 from Ocelot-Social-Community/correct-i18n-navbar

feat(content): set navbar in the locales.
This commit is contained in:
Hannes Heine 2023-11-30 17:17:32 +01:00 committed by GitHub
commit d16072a587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 88 additions and 20 deletions

View File

@ -8,4 +8,15 @@ export default defineUserConfig({
theme, theme,
plugins, plugins,
base: process.env.VUEPRESS_BASE ?? '/', base: process.env.VUEPRESS_BASE ?? '/',
locales: {
'/': {
lang: 'de-DE',
},
'/en/': {
lang: 'en-EN',
},
'/fr/': {
lang: 'fr-FR',
},
}
}) })

View File

@ -4,6 +4,7 @@ export default hopeTheme({
favicon: 'favicon.ico', favicon: 'favicon.ico',
logo: '/logo.svg', logo: '/logo.svg',
docsRepo: 'https://github.com/Ocelot-Social-Community/ocelot.social', docsRepo: 'https://github.com/Ocelot-Social-Community/ocelot.social',
repo: 'https://github.com/Ocelot-Social-Community/Ocelot-Social',
docsBranch: 'master', docsBranch: 'master',
docsDir: 'docs', docsDir: 'docs',
editLink: true, editLink: true,
@ -11,24 +12,82 @@ export default hopeTheme({
contributors: false, contributors: false,
displayFooter: true, displayFooter: true,
print: false, print: false,
copyright: '&copy; by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/impressum/">Impressum</a>', navbarLayout: {
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.', start: ["Brand"],
navbar: [ center: ["Links"],
{ end: ["Language", "Repo", "Search"],
text: 'Documentation', link: 'https://docs.ocelot.social/' },
locales:{
// The key is the path for the locale to be nested under.
// As a special case, the default locale can use '/' as its path.
'/': {
lang: 'de-DE',
title: 'Ocelot.Social',
copyright: '&copy; von <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authoren | <a href="/impressum/">Impressum</a>',
footer: 'Unter der <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT Lizenz<!--]--><!----></a> ausgeliefert.',
navbar: [
{
text: 'Documentation',
link: 'https://docs.ocelot.social/' ,
target: '_self',
},
{
text: 'Demo',
link: 'https://stage.ocelot.social/',
target: '_self',
},
{
text: 'Impressum',
link: '/impressum/'
},
],
}, },
{ '/en/': {
text: 'Demo', link: 'https://stage.ocelot.social/' lang: 'en-US', // this will be set as the lang attribute on <html>
title: 'Ocelot.Social',
// description: ''
copyright: '&copy; by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="/en/impressum/">Impressum</a>',
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
navbar: [
{
text: 'Documentation',
link: 'https://docs.ocelot.social/',
target: '_self',
},
{
text: 'Demo',
link: 'https://stage.ocelot.social/',
target: '_self',
},
{
text: 'Imprint',
link: '/impressum/'
},
],
}, },
{ '/fr/': {
text: 'Github', lang: 'fr-FR',
link: 'https://github.com/Ocelot-Social-Community' title: 'Ocelot.Social',
}, copyright: '&copy; par <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Auteurs | <a href="/fr/impressum/">Mentions légales</a>',
{ footer: 'Publié sous la <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->licence MIT<!--]--><!----></a>.',
text: 'Impressum', navbar: [
link: '/impressum/' {
}, text: 'Documentation',
], link: 'https://docs.ocelot.social/',
target: '_self',
},
{
text: 'Demo',
link: 'https://stage.ocelot.social/',
target: '_self',
},
{
text: 'Mentions légales',
link: '/impressum/'
},
],
}
},
plugins: { plugins: {
mdEnhance: { mdEnhance: {
align: true, align: true,

View File

@ -1,5 +1,5 @@
--- ---
home: true home: false
# layout: BlogHome # layout: BlogHome
# icon: home # icon: home
sidebar: false sidebar: false

View File

@ -3,9 +3,7 @@ home: false
# layout: BlogHome # layout: BlogHome
icon: home icon: home
title: Impressum | Ocelot.Social title: Impressum | Ocelot.Social
heroFullScreen: false sidebar: false
heroImage: /logo.svg
heroText: Free and open-source social network for active citizenship.
tagLine: tagLine:
# actions: # actions:
# - text: Demo # - text: Demo