mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
chore: remove unused code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user