From 85c661eda50bc834efab1e44d65210f4ecae5a1f Mon Sep 17 00:00:00 2001
From: Alexis <35.alexis.pele@gmail.com>
Date: Mon, 2 Sep 2024 20:07:01 +0200
Subject: [PATCH] Added more translations to meta and delete modals
---
app.vue | 1 -
components/calendar/dialog/Delete.vue | 12 ++++----
i18n.config.ts | 40 +++++++++++++++++++++++++++
pages/index.vue | 8 +++++-
pages/my/calendars/[id].vue | 24 ++++++++--------
pages/my/index.vue | 12 ++++----
pages/my/worlds/[id].vue | 32 ++++++++++-----------
7 files changed, 86 insertions(+), 43 deletions(-)
diff --git a/app.vue b/app.vue
index f1c43ee..6557af5 100644
--- a/app.vue
+++ b/app.vue
@@ -9,7 +9,6 @@ useHead({
{ name: "charset", content: "UTF-8" },
{ name: "viewport", content: "width=device-width, initial-scale=1.0" },
{ name: "author", content: "Alexis Pelé" },
- { name: "description", content: "Tools destined to players and game master, helping them visualize their worlds better." },
{ name: "generator", content: "Nuxt" },
{ name: "msapplication-TileColor", content: "00aba9" },
{ name: "theme-color", content: "00aba9" },
diff --git a/components/calendar/dialog/Delete.vue b/components/calendar/dialog/Delete.vue
index 5d396d1..b964236 100644
--- a/components/calendar/dialog/Delete.vue
+++ b/components/calendar/dialog/Delete.vue
@@ -53,10 +53,12 @@ function handleClosing() {
@interact-outside="handleClosing"
@pointer-down-outside="handleClosing"
>
-