[mythtv-commits] Ticket #10796: Mythfrontend sets wrong language

MythTV noreply at mythtv.org
Mon Jun 4 03:21:40 UTC 2012


#10796: Mythfrontend sets wrong language
--------------------------------------+------------------------
     Reporter:  map7@…                |      Owner:  kenni
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Translations          |    Version:  0.25-fixes
     Severity:  medium                |   Keywords:  language
Ticket locked:  0                     |
--------------------------------------+------------------------
 I'm working on a MythTV server with 0.25 fixes 20120603 version installed.

 When I connect via a remote frontend it first asks me for my language and
 the server settings, I select English-US from the list (even though my
 LANG environment is set to en_AU for Austlralia). I then enter in the
 server details and it connects, except it's all in Danish for some reason.

 The only work around I've got so far is crude and involves updating a
 database table field directly in SQL like so:

 $ mysql -u root -p mythconverg
 > update settings set data='us' where value='Language';

 This fixes it permanently for that client.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10796>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list