add translation support
This commit is contained in:
parent
51a5b4329e
commit
fac33f23b8
2 changed files with 23 additions and 0 deletions
|
@ -25,6 +25,29 @@ export default defineConfig({
|
||||||
href: "https://wetdry.world/@QuadRadical",
|
href: "https://wetdry.world/@QuadRadical",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
defaultLocale: "root",
|
||||||
|
locales: {
|
||||||
|
root: {
|
||||||
|
label: "English",
|
||||||
|
lang: "en",
|
||||||
|
},
|
||||||
|
|
||||||
|
"fr-fr": {
|
||||||
|
label: "Français",
|
||||||
|
lang: "fr-FR",
|
||||||
|
},
|
||||||
|
|
||||||
|
"uk-ua": {
|
||||||
|
label: "Українська",
|
||||||
|
lang: "uk-UA",
|
||||||
|
},
|
||||||
|
|
||||||
|
"ru-ru": {
|
||||||
|
label: "Русский",
|
||||||
|
lang: "ru-RU",
|
||||||
|
},
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
image: { service: passthroughImageService() },
|
image: { service: passthroughImageService() },
|
||||||
|
|
0
src/content/docs/fr-fr/Services/.gitkeep
Normal file
0
src/content/docs/fr-fr/Services/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue