Added a bunch of translations on calendar components

This commit is contained in:
Alexis
2024-09-03 22:19:07 +02:00
parent 6fee4c7158
commit 6cfcde3b58
11 changed files with 155 additions and 52 deletions

View File

@@ -15,7 +15,11 @@ export default defineNuxtConfig({
css: ["~/assets/main.css"],
i18n: {
vueI18n: "./i18n.config.ts"
vueI18n: "./i18n.config.ts",
detectBrowserLanguage: {
useCookie: true,
cookieKey: "tttools_lang"
},
},
supabase: {