jeanslack / Videomass

Videomass is a free, open source and cross-platform GUI for FFmpeg and yt-dlp
https://jeanslack.github.io/Videomass/
GNU General Public License v3.0
1.12k stars 51 forks source link

Zh cn to zh ch #255

Closed jeanslack closed 11 months ago

jeanslack commented 11 months ago

Closes #253

@LaniakeaS please check whether this solves your issue.

This PR attempts to fix the "Simplified Chinese" language loading issue on MacOS.

LaniakeaS commented 11 months ago

got following error

Info: frozen=False meipass=False launcher=True
Traceback (most recent call last):
  File "/Users/qihanzhong/Downloads/Videomass-zh_CN-to-zh_CH/videomass/gui_app.py", line 98, in OnInit
    self.update_language(self.appset['locale_name'])
  File "/Users/qihanzhong/Downloads/Videomass-zh_CN-to-zh_CH/videomass/gui_app.py", line 182, in update_language
    self.locale = wx.Locale(selectlang[0])
TypeError: 'Language' object is not subscriptable
OnInit returned false, exiting...
jeanslack commented 11 months ago

For the moment I don't know what I could do to solve your problem, I'm sorry. We wait to see if there are users who may have the same problem or if yours is just a singular case.