feat: refactor type dict

This commit is contained in:
Hazel 2025-04-15 12:01:10 +02:00
parent dc5af8da28
commit 63f8541a82

View File

@ -769,4 +769,4 @@ LANGUAGE_INFORMATION: typing.Dict[str, TypedLanguageInformation] = {
} }
DEFAULT_LANGUAGE = LANGUAGE_INFORMATION["de"] DEFAULT_LANGUAGE: TypedLanguageInformation = LANGUAGE_INFORMATION["de"]