Add german translation
This commit is contained in:
@ -14,7 +14,7 @@ class Translator:
|
||||
Translator.setlocale defines the language of the strings,
|
||||
then gettext() translates the message.
|
||||
"""
|
||||
SUPPORTED_LOCALES: List[str] = ["en", "fr"]
|
||||
SUPPORTED_LOCALES: List[str] = ["de", "en", "fr"]
|
||||
locale: str = "en"
|
||||
translators: dict = {}
|
||||
|
||||
|
Reference in New Issue
Block a user