website: Add translations

This commit is contained in:
Kevin Kandlbinder 2022-03-02 16:26:44 +01:00
parent a4c990c6f1
commit 9302a04b43
24 changed files with 935 additions and 28 deletions

View file

@ -15,6 +15,10 @@ const config = {
favicon: 'img/favicon.ico',
organizationName: 'Unkn0wnCat',
projectName: 'matrix-veles',
i18n: {
defaultLocale: "en",
locales: ["en", "de"]
},
presets: [
[
@ -56,6 +60,10 @@ const config = {
label: 'Documentation',
},
//{to: '/blog', label: 'Blog', position: 'left'},
{
type: 'localeDropdown',
position: 'right',
},
{
href: 'https://github.com/Unkn0wnCat/matrix-veles',
label: 'GitHub',