[mythtv-commits] Ticket #8966: [PATCH i18n] Remove remaining empty source strings from translation files

MythTV mythtv at cvs.mythtv.org
Sun Sep 19 16:34:35 UTC 2010


#8966: [PATCH i18n] Remove remaining empty source strings from translation files
---------------------------------------------------------------------+------
     Reporter:  Nick Morrott <knowledgejunkie <at> gmail <dot> com>  |       Owner:  kenni     
         Type:  patch                                                |      Status:  new       
     Priority:  minor                                                |   Milestone:  unknown   
    Component:  Translations                                         |     Version:  Trunk Head
     Severity:  medium                                               |    Keywords:            
Ticket locked:  0                                                    |  
---------------------------------------------------------------------+------
 This patch removes any remaining empty source strings remaining in the
 various i18n translation ts files (kenni recently updated for mythmusic,
 this patch updates mythgame and mythvideo). I have grepped all ts in the
 MythTV source, so there should be no more remaining once this patch is
 applied.

 Empty strings have the form:

 {{{
 <message>
     <source></source>
     <translation></translation>
 </message>
 }}}

 and are not translatable in Qt Linguist. They are not removed by linguist
 and cause inconsistencies in the translation numbers reported by lupdate
 and lrelease.

 Patch against r26410.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8966>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list