Skip to content

Commit

Permalink
Fix chinese language selection #2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexballas committed Sep 5, 2024
1 parent 77bc70e commit bda8ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func InitFyneNewScreen(version string) *NewScreen {
go2tv := app.NewWithID("com.alexballas.go2tv")

switch go2tv.Preferences().String("Language") {
case "简体中文":
case "中文(简体)":
os.Setenv("LANG", "zh_CN.UTF-8")
case "English":
os.Setenv("LANG", "en_US.UTF-8")
Expand Down

0 comments on commit bda8ecb

Please sign in to comment.