allow translating directory name
This commit is contained in:
parent
0c55b47acd
commit
692344edfb
9 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,18 @@ export default defineConfig({
|
|||
href: "https://wetdry.world/@QuadRadical",
|
||||
},
|
||||
],
|
||||
sidebar: [
|
||||
{ slug: "index" },
|
||||
{
|
||||
label: "Services",
|
||||
translations: {
|
||||
// "fr-FR": "Services translation here",
|
||||
},
|
||||
autogenerate: { directory: "services" },
|
||||
},
|
||||
{ slug: "code" },
|
||||
{ slug: "donate" },
|
||||
],
|
||||
|
||||
defaultLocale: "root",
|
||||
locales: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue