Difference between revisions of "Translation"

From MythTV Official Wiki
Jump to: navigation, search
(Compile translation)
Line 19: Line 19:
 
<code>lrelease</code>
 
<code>lrelease</code>
  
 +
after that you can test your translations in the Frontend. If all is ok you can step further.
  
 
== Create Diff ==
 
== Create Diff ==

Revision as of 07:38, 9 November 2007

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

Checkout the svn version

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

Updating translation files

run in mythtv directory lupdate

Translate

Translate file in the directory: i18n eg: i18n/mythfrontend_de.ts

You can use any editor for this, or linguist from qt. vi i18n/mythfrontend_de.ts

Compile translation

lrelease

after that you can test your translations in the Frontend. If all is ok you can step further.

Create Diff

svn diff i18n/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