mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-07-19 09:27:17 +02:00
website: Add translations
This commit is contained in:
parent
a4c990c6f1
commit
9302a04b43
24 changed files with 935 additions and 28 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue