Added more translations to meta and delete modals

This commit is contained in:
Alexis
2024-09-02 20:07:01 +02:00
parent 6d66b599cf
commit 85c661eda5
7 changed files with 86 additions and 43 deletions

View File

@@ -1,12 +1,18 @@
<script lang="ts" setup>
useHead({
title: "TTTools — Calendriers de JDR",
titleTemplate: null
})
</script>
<template>
<main class="p-8">
<Head>
<Title>
TTTools {{ $t('head.title') }}
</Title>
<Meta name="description" :content="$t('head.description')" />
</Head>
<Heading>TTTools</Heading>
</main>
</template>