M4rtinK / modrana

ModRana is a flexible GPS navigation system for mobile devices. This is the main upstream modRana source code repository - waiting for your pull requests & patches! :)
www.modrana.org
GNU General Public License v3.0
66 stars 21 forks source link

Generate qm files during build, don't store them in Git #255

Open M4rtinK opened 6 years ago

M4rtinK commented 6 years ago

The qm files hold compiled Qt translations and are effectively binary blobs, which is something we should just not store in Git. The files should be instead generated from the translation sources at build time.