Skip to content

Commit

Permalink
Merge pull request #4 from BG7JAF/main
Browse files Browse the repository at this point in the history
Add Simplify Chinese translation
  • Loading branch information
w9cf authored Jan 11, 2024
2 parents d4bc633 + aa87e23 commit be867e1
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 be867e1

Please sign in to comment.