Skip to content
Ricardo Vieira edited this page Sep 21, 2015 · 1 revision

Steps to create a new language file:

  1. Add .ts file in ts/CMakeFiles.txt (de.ts)
  2. Run cmake -DUPDATE_TRANSLATIONS=ON . ; make;
  3. Translate strings with QtLinguist linguist ts/de.ts
  4. Install new translations sudo make install
  5. Check if new traslations are working LANG=de.UTF-8 papyros-files
  6. Create a pull request with changed files

Qt Linguist Manual

Clone this wiki locally