chore: remove unused code

This commit is contained in:
naiba
2025-03-29 13:18:12 +08:00
parent 107808249d
commit c4148fe915

View File

@@ -11,17 +11,6 @@ import (
//go:embed translations //go:embed translations
var Translations embed.FS var Translations embed.FS
var Languages = map[string]string{
"zh_CN": "简体中文",
"zh_TW": "繁體中文",
"en_US": "English",
"es_ES": "Español",
"de_DE": "Deutsch",
"it_IT": "Italiano",
"ru_RU": "Русский",
"ta_IN": "தமிழ்",
}
type Localizer struct { type Localizer struct {
intlMap map[string]gettext.Gettexter intlMap map[string]gettext.Gettexter
lang string lang string