Skip to content

Commit

Permalink
# 17
Browse files Browse the repository at this point in the history
- Added chinese translations
- Fixed some stuff on the layout (although still not good)
- Fixed some links and stuff
- Added the QFile Dialog and stuff
- Better logic for the strip title function
- Removed iOS completely, because it doesn't work. Even with pure Python it doesn't.
- You can now display videos in reverse, see #17
  • Loading branch information
EchterAlsFake committed Jan 24, 2024
1 parent 1762be2 commit a3b9931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ def save_user_settings(self):
self.conf.set("UI", "language", "en_DE")

elif self.ui.radio_ui_language_chinese_simplified.isChecked():
self.conf.set("UI", "language", "zh-CN")
self.conf.set("UI", "language", "zh_CN")

elif self.ui.radio_ui_language_system_default.isChecked():
self.conf.set("UI", "language", "system")
Expand Down

0 comments on commit a3b9931

Please sign in to comment.