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
LANG_LABELS = {
"en": "English",
"de": "Deutsch",
"en": "english",
"de": "deutsch",
}
with open("content.yaml", "r") as f: