From 354148357ff8d548bf4801ef52ba33f37d3790c7 Mon Sep 17 00:00:00 2001 From: kittentm Date: Sun, 19 Jul 2026 08:50:50 +0200 Subject: [PATCH] feat: locales in header & footer --- app/components/MainFooter.vue | 16 ++++++++++------ app/components/TheHeader.vue | 12 +++++++----- app/composables/useLocales.ts | 12 ++++++++++++ app/locales/message-en.json | 15 +++++++++++++++ 4 files changed, 44 insertions(+), 11 deletions(-) create mode 100644 app/composables/useLocales.ts create mode 100644 app/locales/message-en.json diff --git a/app/components/MainFooter.vue b/app/components/MainFooter.vue index 55a8ec8..46f5dce 100644 --- a/app/components/MainFooter.vue +++ b/app/components/MainFooter.vue @@ -1,4 +1,8 @@ - +