hongquan / CoBang

A QR code scanner desktop app for Linux
GNU General Public License v3.0
253 stars 26 forks source link

Fix locale installation #27

Closed lgbaldoni closed 3 years ago

lgbaldoni commented 3 years ago

Possibly addressing the problem mentioned in https://github.com/hongquan/CoBang/issues/25

hongquan commented 3 years ago

Thank you for the PR, but I'm not sure if this still let setup.py detect and compile *.po files. The setup.py is being used by Debian packaging script.

hongquan commented 3 years ago

Or maybe I will change to make Debian tool invoke meson instead of setup.py. At the same time, I need to make a separate script to compile .po files in development (when meson is not run).