Difference between revisions of "Converting translation files"

From Knotter
Jump to navigation Jump to search
(Created page with "To convert the po files into Qt linguist files: # Convert knotter_knotter-(lang).po into knotter_(lang).ts (lconvert) # Add knotter_(lang).ts to translations.pri # Update the ...")
(No difference)

Revision as of 15:18, 18 October 2013

To convert the po files into Qt linguist files:

  1. Convert knotter_knotter-(lang).po into knotter_(lang).ts (lconvert)
  2. Add knotter_(lang).ts to translations.pri
  3. Update the translations (lupdate)
  4. Compile knotter_(lang).ts into knotter_(lang).qm (lrelease)