1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-12 20:08:48 +01:00
LibrePilot/ground/openpilotgcs/share/openpilotgcs/translations
2015-05-19 21:53:20 +10:00
..
extract-mimetypes.xq.in build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
openpilotgcs_de.ts Update various openpilotgcs_XX.ts files from rel-14.10 sources 2014-10-30 12:47:35 +01:00
openpilotgcs_es.ts Update various openpilotgcs_XX.ts files from rel-14.10 sources 2014-10-30 12:47:35 +01:00
openpilotgcs_fr.ts OP-1337 Translations updates for rel-15.05 2015-05-15 11:13:40 +02:00
openpilotgcs_ru.ts Update various openpilotgcs_XX.ts files from rel-14.10 sources 2014-10-30 12:47:35 +01:00
openpilotgcs_zh_CN.ts OP-1751 Modify some improper CN translations 2015-04-27 13:16:17 +08:00
Readme.txt build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
translations.pro OP-1853 Ground build tidy: remove targetPath as not needed. 2015-05-13 12:46:04 +01:00

How To add translations to OpenPilot GCS
========================================

- Coordinate over the forum to avoid duplicate work.
	forums.openpilot.org

- Add your language to the LANGUAGES line in translations.pro.
  Don't qualify it with a country unless it is reasonable to expect
  country-specific variants.
  Skip this step if updating an existing translation, obviously.

- Run "make ts". This will complain if you are not building against
  Qt 4.6

- Fire up linguist and do the translation.

- Check in the modified .pro file and _only_ your .ts file.

- Make a merge request on the forums.

- .qm files are generated as part of the regular build.