Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To translate LibrePilot, first set up a development environment as describe described in the wiki.

Before starting, contact a developer via the forum to ask if someone is already working on a specific translation.

Then use this commands to fire up Qt Linguist (example for "de"): 


Add your language to translations.pro, for example:

Code Block
languagetext
LANGUAGES = fr zh_CN de # es ru

Then use this commands to fire up Qt Linguist (example for "de"): 

Code Block
languagebash
themeEmacs
make gcs
cd ground/gcs/src/share/translations
qmake -o Makefile translations.pro
make ts
linguist gcs_de.ts