Skip to content

Commit

Permalink
Added Catalan and Spanish translations
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Nov 17, 2023
1 parent 5eaf847 commit 604ba4e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 219 deletions.
16 changes: 16 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,28 @@ export default defineConfig({
sidebar: [
{
label: "First Steps",
translations: {
es: "Primeros Pasos",
ca: "Primeres Passes",
},
autogenerate: {
directory: "first-steps",
},
},
],
customCss: ["./src/styles/custom.css"],
defaultLocale: "en",
locales: {
en: {
label: "English"
},
es: {
label: "Español"
},
ca: {
label: "Català"
}
}
}),
svelte(),
],
Expand Down
35 changes: 0 additions & 35 deletions src/content/docs/first-steps/1-introduction.mdx

This file was deleted.

164 changes: 0 additions & 164 deletions src/content/docs/first-steps/2-the-adventurers-guild.mdx

This file was deleted.

20 changes: 0 additions & 20 deletions src/content/docs/index.mdx

This file was deleted.

0 comments on commit 604ba4e

Please sign in to comment.