From b08f83955836822983cfa63fa79fa083aaca727c Mon Sep 17 00:00:00 2001 From: Elmar Kresse Date: Wed, 31 Jan 2024 15:46:31 +0100 Subject: [PATCH] feat:#5 added localization and primeVue local --- frontend/src/components/LocaleSwitcher.vue | 21 +- frontend/src/i18n/index.ts | 20 -- frontend/src/i18n/translations/de.json | 127 +----------- frontend/src/i18n/translations/en.json | 3 +- .../primevue/prime_vue_local_de.json | 155 +++++++++++++++ .../primevue/prime_vue_local_en.json | 155 +++++++++++++++ frontend/src/main.ts | 3 +- frontend/src/view/FreeRooms.vue | 187 +++++++++++------- 8 files changed, 451 insertions(+), 220 deletions(-) create mode 100644 frontend/src/i18n/translations/primevue/prime_vue_local_de.json create mode 100644 frontend/src/i18n/translations/primevue/prime_vue_local_en.json diff --git a/frontend/src/components/LocaleSwitcher.vue b/frontend/src/components/LocaleSwitcher.vue index 94d4348..f98b2ba 100644 --- a/frontend/src/components/LocaleSwitcher.vue +++ b/frontend/src/components/LocaleSwitcher.vue @@ -1,8 +1,11 @@