Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

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


Add your language to translations.pro, for example:

LANGUAGES = fr zh_CN de # es ru

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

make gcs
cd ground/gcs/src/share/translations
qmake -o Makefile translations.pro
make ts
linguist gcs_de.ts
  • No labels