1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/ground/share/openpilotgcs/translations
dankers 00d5cc245a fix case issue
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@158 ebee16cc-31ac-478f-84a7-5cbb03baadba
2010-02-01 16:17:22 +00:00
..
extract-mimetypes.xq fix case issue 2010-02-01 16:17:22 +00:00
extract-mimetypes.xq.in fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_de.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_es.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_fr.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_it.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_ja.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_pl.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_ru.ts fix case issue 2010-02-01 16:17:22 +00:00
qtcreator_sl.ts fix case issue 2010-02-01 16:17:22 +00:00
README fix case issue 2010-02-01 16:17:22 +00:00
translations.pro fix case issue 2010-02-01 16:17:22 +00:00

How To add translations to Qt Creator
=====================================

- Coordinate over the mailing list to avoid duplicate work.

- 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 (or the master branch which will become it).

  If your Qt version is too old, you may create a template by running
    lconvert --drop-translations qtcreator_de.ts -o qtcreator_<yours>.ts
  and adjusting the language attribute in the new .ts file. The downside
  of this method is obviously that you will not be translating the newest
  Creator sources (unless qtcreator_de.ts was completely up-to-date).
  Of course, this method is not applicable if you are updating an existing
  translation.

  You may also request an up-to-date template from us.

  The remaining steps do *not* require Qt 4.6 in any case.

- Fire up linguist and do the translation.

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

- Make a merge request on gitorious.

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