Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8164 closed defect (fixed)

Translated strings in ScheduleCommon are not used

Reported by: Kenni Lund <kenni@…> Owned by: Reynaldo H. Verdejo Pinochet
Priority: minor Milestone: unknown
Component: Translations Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

All strings in mythtv/programs/mythfrontend/schedulecommon.cpp are translatable in Linguist, but MythTV doesn't use the translations if the translations are available.

ScheduleCommon? contains 12 translatable strings and I can confirm that at least 6 of them remains english in mythfrontend: "Forget Previous" "Record anyway" "Don't record" "Edit Options" "Add Override" "Never record"

Tested with the Danish translation and trunk r23715.

Attachments (1)

missing_decs.diff (1.3 KB) - added by Nicolas Riendeau <knight@…> 14 years ago.
Fix for the problem mentionned (and two other similar problems)

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by Nicolas Riendeau <knight@…>

Attachment: missing_decs.diff added

Fix for the problem mentionned (and two other similar problems)

comment:1 Changed 14 years ago by Nicolas Riendeau <knight@…>

Hi,

I have attached to this ticket the fix to the above mentionned problems and two other similar problems.

There is a similar issue in the class ExpertSettingsEditor? (or something like that) in main.cpp of mythtv-setup but in this case I believe the same missing declaration would have to be added and a moc file would have to be produced (I'm no Qt expert so am I not sure in that last case if that is (only) what is needed).

Have a nice day!

Nick

comment:2 Changed 14 years ago by cpinkham

(In [23720]) Fix translation in the music player.

References #8164.

comment:3 Changed 14 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [23721]) Fix translations.

Closes #8164.

comment:4 Changed 14 years ago by cpinkham

(In [23722]) Fix translation in the raw/expert settings editor in mythtv-setup.

References #8164.

Note: See TracTickets for help on using tickets.