feat: add german support

This commit is contained in:
uubulb 2024-12-17 12:57:18 +08:00
parent b37a83d79b
commit 92994efc45

View File

@ -16,6 +16,7 @@ var Languages = map[string]string{
"zh_TW": "繁體中文",
"en_US": "English",
"es_ES": "Español",
"de_DE": "Deutsch",
}
type Localizer struct {