# https://wiki.qt.io/How_to_create_a_multi_language_application # generating .ts files # lupdate -verbose src/ -ts output.ts # updating .ts files # lupdate -verbose -no-obsolete src/ -ts output.ts # creating the binary language files (.qm) # lrelease -compress -removeidentical input.ts [-qm output.qm]