From 722f49e83239aa0afeafbeddebd1039d5444cfa2 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Thu, 9 Apr 2026 00:21:37 +0200
Subject: [PATCH] fixes lang update
---
modules/routes/routeI18n.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/routes/routeI18n.py b/modules/routes/routeI18n.py
index 5b4f600b..31543f62 100644
--- a/modules/routes/routeI18n.py
+++ b/modules/routes/routeI18n.py
@@ -51,7 +51,7 @@ router = APIRouter(
_MIN_AI_BILLING_ESTIMATE_CHF = 0.01
_TRANSLATE_BATCH_SIZE = 80
-_PROTECTED_CODES = frozenset({"xx", "de"})
+_PROTECTED_CODES = frozenset({"xx"})
# ---------------------------------------------------------------------------
# ISO 639-1 label map (used when creating a language without explicit label)