Translation

From MythTV Official Wiki
Revision as of 19:36, 26 August 2009 by Iamlindoro (talk | contribs) (Translate)

Jump to: navigation, search

I use as an example the German translation file. Dont forget to use it also for the plugins.

Note that the text shown in the menu screens are not generally located as described below, but are instead defined in XML files, e.g. mythtv/programs/mythfrontend/mainmenu.xml.

Checkout the svn version

svn co http://svn.mythtv.org/svn/trunk/mythtv

Go to the mythtv/i18n directory. All remaining steps will be done in this directory.

Update translation files

Run lupdate translate.pro. This will ensure that all translatable strings in the source code are included in the .ts file we will work on later.

Translate

Translate .ts file, e.g. mythfrontend_de.ts

You can use any editor for this, but it is most convenient to use the tool Linguist included in Qt (on Debian, this is found in the qt4-dev-tools package).

linguist mythfrontend_de.ts

Compile translation

lrelease translate.pro

make install

After restarting the frontend, you can test your translations. If all is OK you can proceed.

Create Diff

svn diff mythfrontend_de.ts > translation.diff

Submit the Patch

Submit the Diff to Oscar, via the URL: http://svn.mythtv.org/trac/newticket

Summary: [PATCH i18n] german translation