Moved usagetracker defines to usagetracker.pri
[librepilot.git] / ground / gcs / src / share / translations / Readme.txt
blob009e1ce6fb31689b591930f89d20d4b85ecac23c
1 How To add translations to OpenPilot GCS\r
2 ========================================\r
3 \r
4 - Coordinate over the forum to avoid duplicate work.\r
5         forums.openpilot.org\r
6 \r
7 - Add your language to the LANGUAGES line in translations.pro.\r
8   Don't qualify it with a country unless it is reasonable to expect\r
9   country-specific variants.\r
10   Skip this step if updating an existing translation, obviously.\r
12 - Run "make ts". This will complain if you are not building against\r
13   Qt 4.6\r
15 - Fire up linguist and do the translation.\r
17 - Check in the modified .pro file and _only_ your .ts file.\r
19 - Make a merge request on the forums.\r
21 - .qm files are generated as part of the regular build.\r