Update config.go

This commit is contained in:
rootmelo92118 2023-02-03 13:12:14 +08:00 committed by GitHub
parent 12a9b79bcc
commit aff4b093f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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