From e305b21f80c84285ee072d31e5a89577e15e8b8b Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 12 Aug 2025 10:11:28 +0200 Subject: [PATCH] Changed projects page handle --- i18n/i18n.config.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/i18n/i18n.config.ts b/i18n/i18n.config.ts index 543b470..15723b4 100644 --- a/i18n/i18n.config.ts +++ b/i18n/i18n.config.ts @@ -138,7 +138,7 @@ export default defineI18nConfig(() => ({ world: { nameSingular: "World", namePlural: "Worlds", - backToMy: "Back to my universe", + backToMy: "Back to projects", backToSingle: "Back to {world}", addSingle: "Add a world", addSingleFirst: "Add your first world !", @@ -336,8 +336,8 @@ export default defineI18nConfig(() => ({ title: "Explore worlds", }, profile: { - title: "{user} — My universe", - metaTitle: "My universe", + title: "{user} — Projects", + metaTitle: "Projects", }, about: { title: "About this app", @@ -348,7 +348,7 @@ export default defineI18nConfig(() => ({ breadcrumbs: { home: "Home", explore: "Explore", - profile: "Universe", + profile: "Projects", world: "World", calendar: "Calendar" } @@ -488,7 +488,7 @@ export default defineI18nConfig(() => ({ world: { nameSingular: "Monde", namePlural: "Mondes", - backToMy: "Retourner à mon univers", + backToMy: "Retourner à Projets", backToSingle: "Retourner sur {world}", addSingle: "Ajouter un monde", addSingleFirst: "Ajouter votre premier monde !", @@ -690,8 +690,8 @@ export default defineI18nConfig(() => ({ title: "Explorer les mondes", }, profile: { - title: "{user} — Mon univers", - metaTitle: "Mon univers", + title: "{user} — Projets", + metaTitle: "Projets", }, about: { title: "À propos", @@ -702,7 +702,7 @@ export default defineI18nConfig(() => ({ breadcrumbs: { home: "Accueil", explore: "Explorer", - profile: "Univers", + profile: "Projets", world: "Monde", calendar: "Calendrier" }