diff --git a/astro.config.ts b/astro.config.ts index 290b14d..ab6b00b 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -25,6 +25,29 @@ export default defineConfig({ 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() }, diff --git a/src/content/docs/fr-fr/Services/.gitkeep b/src/content/docs/fr-fr/Services/.gitkeep new file mode 100644 index 0000000..e69de29