Opened 18 years ago

Closed 18 years ago

#2192 closed enhancement (fixed)

Russian translation

Reported by: mikemiron@… 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)

ru.patch.gz (96.0 KB) - added by mikemiron@… 18 years ago.
ru_new.patch.gz (94.3 KB) - added by mikemiron@… 18 years ago.
Update version
ru_new2.patch.gz (93.8 KB) - added by mab@… 18 years ago.
ru_new.patch.gz with same minor misprints fixed

Download all attachments as: .zip

Change History (6)

Changed 18 years ago by mikemiron@…

Attachment: ru.patch.gz added

comment:1 Changed 18 years ago by Oscar Carlsson

Milestone: 0.20

Patch needs fixing, for example:

-      <text lang="PL">Ogólne</text>
+      <text lang="PL">Ogï¿œlne</text>
+      <text lang="RU">Общее</text>

Also please seperate out the xmltv changes to a seperate patch, thank you.

Changed 18 years ago by mikemiron@…

Attachment: ru_new.patch.gz added

Update version

comment:2 Changed 18 years ago by mikemiron@…

I update patch and remove xmltv modifications from it. Also I add 1 correction: in themes/DVR/recpriorities_settings.xml (tag mistmatch).

comment:3 Changed 18 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [11031]) Russian, Estonian, and Japanese translations updates.

Closes #2192, #1142, #2250.

Changed 18 years ago by mab@…

Attachment: ru_new2.patch.gz added

ru_new.patch.gz with same minor misprints fixed

Note: See TracTickets for help on using tickets.