mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-03 20:20:10 +00:00
chore: remove unused code
This commit is contained in:
@@ -11,17 +11,6 @@ import (
|
||||
//go:embed translations
|
||||
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 {
|
||||
intlMap map[string]gettext.Gettexter
|
||||
lang string
|
||||
|
||||
Reference in New Issue
Block a user