Skip to content

Commit

Permalink
Add Simplify Chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
BG7JAF committed Jan 11, 2024
1 parent d4bc633 commit aa87e23
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pyqt6:
pyuic6 -i 3 -o cwsimgui.py cwsimgui.ui

cwsim.exe: pyqt6
pyinstaller.exe -w -F --clean --add-data "MASTER.SCP;." --add-data "cwsimgui.ui;." -n cwsim cwsim.py
pyinstaller.exe -w -F --clean --add-data "MASTER.SCP;." --add-data "cwsimgui.ui;." --add-data "translate/zh_CN.qm;translate/" -n cwsim cwsim.py

distclean:
rm -rf cwsimgui.py
Expand Down
Binary file added python/translate/zh_CN.qm
Binary file not shown.
Loading

0 comments on commit aa87e23

Please sign in to comment.