feat: The appstore has added support for the Korean language (#7818)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 1s

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 {