Update config.go

This commit is contained in:
rootmelo92118
2023-02-03 13:12:14 +08:00
committed by GitHub
parent c055563055
commit aca55751c3
+1
View File
@@ -11,6 +11,7 @@ import (
var Languages = map[string]string{
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
"en-US": "English",
"es-ES": "Español",
}