mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-10 20:37:18 +08:00
feat: The appstore has added support for the Korean language (#7818)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 1s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 1s
This commit is contained in:
parent
98c535a12c
commit
0617b81b3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue