Added base i18n support

This commit is contained in:
Alexis
2024-09-02 18:10:34 +02:00
parent fc91e4825a
commit edb939bb39
8 changed files with 668 additions and 82 deletions

View File

@@ -5,9 +5,6 @@ useHead({
titleTemplate: (titleChunk) => {
return titleChunk ? `${titleChunk} — TTTools` : "TTTools";
},
htmlAttrs: {
lang: "fr"
},
meta: [
{ name: "charset", content: "UTF-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1.0" },