From b5b887673e934207ba7a5466250432620996d0e3 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 5 Sep 2025 15:27:56 +0200 Subject: [PATCH] feat: update localization for 'about' section and remove unused chat type --- app/components/chat/CommandPalette.vue | 2 +- app/components/chat/MessageFromArthur.vue | 1 - app/components/post/Footer.vue | 2 +- locales/en.json | 6 +----- locales/es.json | 15 ++++++++------- locales/fr.json | 7 ++----- types/chat.ts | 8 -------- 7 files changed, 13 insertions(+), 28 deletions(-) diff --git a/app/components/chat/CommandPalette.vue b/app/components/chat/CommandPalette.vue index 35f67c4..3d583f9 100644 --- a/app/components/chat/CommandPalette.vue +++ b/app/components/chat/CommandPalette.vue @@ -89,7 +89,7 @@ function isRoute(name: string): boolean {