Skip to content

Commit

Permalink
feat: The appstore has added support for the Korean language (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 authored Feb 7, 2025
1 parent 98c535a commit 0617b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/dto/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0617b81

Please sign in to comment.