mitchcurtis / slate

Pixel Art Editor
GNU General Public License v3.0
1.05k stars 102 forks source link

Improve loading of translations #192

Closed mitchcurtis closed 2 weeks ago

mitchcurtis commented 2 weeks ago

Use CMake (qt_add_translations) to create .ts files (lupdate) and .qm files (lrelease), and delete lupdate.sh.

Only warn if we can't load a translation if it's a language that we know we have a translation for.