Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
i18n: {

defaultLocale: "en",
locales: ["en", "de", "it"],
locales: ["en", "de", "es", "it"],
localeConfigs: {
en: {
label: "English",
Expand All @@ -37,6 +37,9 @@ const config = {
},
it: {
label: "Italiano",
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot a ,

es: {
label: "Español",
},
},
},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.