lowercase names for english and deutsch

This commit is contained in:
2026-04-24 00:43:30 +02:00
parent 31232ec925
commit 14caf8c3fa
+2 -2
View File
@@ -2,8 +2,8 @@ import yaml
import os import os
LANG_LABELS = { LANG_LABELS = {
"en": "English", "en": "english",
"de": "Deutsch", "de": "deutsch",
} }
with open("content.yaml", "r") as f: with open("content.yaml", "r") as f: