Opened 19 years ago
Closed 19 years ago
#2192 closed enhancement (fixed)
Russian translation
Reported by: | Owned by: | Oscar Carlsson | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This patch russian support to mythtv. It add translation for messages (only ts, need qr compile). It also add support for russian tv grabber. Because russian grabber return time in format 'YYYYmmddHHMMSS UTC' (allow by xmltv format) I add parse for two main timezone names in TimezoneToInt
function (better support for xmltv). I add only this 2 zones, besause I don't know how conver other zone names in offset. I shall be glad to any corrections.
Attachments (3)
Change History (6)
by , 19 years ago
Attachment: | ru.patch.gz added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.20 |
---|
comment:2 by , 19 years ago
I update patch and remove xmltv modifications from it. Also I add 1 correction: in themes/DVR/recpriorities_settings.xml (tag mistmatch).
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
by , 19 years ago
Attachment: | ru_new2.patch.gz added |
---|
ru_new.patch.gz with same minor misprints fixed
Patch needs fixing, for example:
Also please seperate out the xmltv changes to a seperate patch, thank you.