Opened 14 years ago

Closed 14 years ago

#8966 closed patch (fixed)

[PATCH i18n] Remove remaining empty source strings from translation files

Reported by: Nick Morrott <knowledgejunkie <at> gmail <dot> com> Owned by: Kenni Lund [kenni a kelu dot dk]
Priority: minor Milestone: 0.24
Component: Translations Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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.

Attachments (1)

8966-empty-source-strings.diff (5.5 KB) - added by Nick Morrott <knowledgejunkie <at> gmail <dot> com> 14 years ago.
Patch to remove remaining empty source strings from translation files

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Nick Morrott <knowledgejunkie <at> gmail <dot> com>

Patch to remove remaining empty source strings from translation files

comment:1 Changed 14 years ago by Kenni Lund [kenni a kelu dot dk]

Milestone: unknown0.24
Resolution: fixed
Status: newclosed

Haha, nice timing, I fixed these in r26411 a minute or two before you created this ticket :)

Note: See TracTickets for help on using tickets.