Update config.go

This commit is contained in:
rootmelo92118
2023-02-03 13:12:14 +08:00
committed by GitHub
parent 12a9b79bcc
commit aff4b093f6

View File

@@ -11,6 +11,7 @@ import (
var Languages = map[string]string{
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
"en-US": "English",
"es-ES": "Español",
}