Add German translation

This commit is contained in:
chrgm
2025-02-09 10:13:18 +01:00
committed by mayswind
parent 5a6c25d616
commit 624b9cb20b
9 changed files with 1981 additions and 10 deletions
+3
View File
@@ -25,6 +25,9 @@ var AllLanguages = map[string]*LocaleInfo{
"zh-Hans": {
Content: zhHans,
},
"de": {
Content: de,
}
}
func GetLocaleTextItems(locale string) *LocaleTextItems {