i18n: update i18n references on menu labels, update chinese translation

This commit is contained in:
ericwyn
2024-07-25 15:16:47 +08:00
parent d264f15422
commit 6ab3b20a90
9 changed files with 58 additions and 37 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func (t *TrackInfoDialog) CreateRenderer() fyne.WidgetRenderer {
addFormRow(c, lang.L("Title"), t.track.Title)
c.Add(newFormText("Album", true))
c.Add(newFormText(lang.L("Album"), true))
album := widget.NewHyperlink(t.track.Album, nil)
album.OnTapped = func() {
if t.OnNavigateToAlbum != nil {