Opened 16 years ago
Closed 16 years ago
Last modified 16 years ago
#8164 closed defect (fixed)
Translated strings in ScheduleCommon are not used
Reported by: | 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)
Change History (5)
by , 16 years ago
Attachment: | missing_decs.diff added |
---|
comment:1 by , 16 years ago
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:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix for the problem mentionned (and two other similar problems)