chewing / chewing-editor

Cross platform chewing user phrase editor
https://chewing.im/
GNU General Public License v2.0
31 stars 52 forks source link

Embed Qt translation files into chewing-editor binary #62

Closed Chocobo1 closed 8 years ago

Chocobo1 commented 8 years ago

Before this PR, the translation files (files with extension .qm) were separated from the executable file. It is troublesome to distribute the translation files to users, you will need a installer/packager to achieve that.

To overcome this minor inconvenience, I suggest to embed these translation files directly into the executable file.

czchen commented 8 years ago

Thanks for the contribution.

Chocobo1 commented 8 years ago

Thank you too (for merging this).