From abbfd0ad9d2611cf047b2331c34f7da2a4cbc437 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 22 May 2026 15:20:08 +0200 Subject: [PATCH] Include flags in the language name translations instead of hard-coding it in the language switch button component --- .../i18n/components/LanguageSwitchButton.vue | 33 +++++-------------- src/i18n.js | 2 +- src/locales/de.json | 12 +++---- src/locales/en.json | 12 +++---- src/locales/es.json | 12 +++---- src/locales/fr.json | 12 +++---- src/locales/it.json | 12 +++---- src/locales/pt.json | 12 +++---- 8 files changed, 46 insertions(+), 61 deletions(-) diff --git a/src/features/i18n/components/LanguageSwitchButton.vue b/src/features/i18n/components/LanguageSwitchButton.vue index 7977fbc..7e30294 100644 --- a/src/features/i18n/components/LanguageSwitchButton.vue +++ b/src/features/i18n/components/LanguageSwitchButton.vue @@ -15,28 +15,15 @@ limitations under the License. -->