From 0a858a3a093af1f0efa02fe8047c937a4c114aba Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Wed, 7 May 2025 18:51:01 +0200
Subject: [PATCH] gluon-core: fix German translation for "Switch type"

This should be "Switch-Typ", not "Switch Typ" in German.
---
 package/gluon-core/i18n/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-core/i18n/de.po b/package/gluon-core/i18n/de.po
index 879e24985..1d5fec989 100644
--- a/package/gluon-core/i18n/de.po
+++ b/package/gluon-core/i18n/de.po
@@ -38,4 +38,4 @@ msgid "Site version"
 msgstr "Site-Version"
 
 msgid "Switch type"
-msgstr "Switch Typ"
+msgstr "Switch-Typ"
-- 
GitLab