1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-13 03:50:07 +08:00

feat: The appstore has added support for the Korean language (#7818)

This commit is contained in:
zhengkunwang 2025-02-07 21:07:20 +08:00 committed by GitHub
parent 98c535a12c
commit 0617b81b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,6 +115,7 @@ type Locale struct {
Ru string `json:"ru"`
ZhHant string `json:"zh-hant" yaml:"zh-hant"`
Zh string `json:"zh"`
Ko string `json:"ko"`
}
type AppForm struct {