Laurent Dufréchou wrote: > Ok solved my problem! > > I'm using gentoo, so i've put my locales to [EMAIL PROTECTED] > The starnge things is thatif I sets in local_conf.py LOCALE='[EMAIL > PROTECTED]' > freevo don't starts saying he don't find the locale ?_? > Commenting out the parameter worked!!
I think the python locales are a bit different from the system locales. All to do with .encode() .decode() python commands. > So now All is ok! Thanks a lot! > > > Duncan Webb a écrit : >> Bastian Farkas wrote: >> >>> if your distro is set to french do a "locale" at the command prompt and >>> then set LOCALE in your local_conf.py to the same value as "LANG". it >>> should be something like fr_FR.UTF-8. >>> >> You can also do an "export LANG=fr.UFT-8" before running freevo >> >> I use these, then "favorites", is spelt correctly ;-) >> LC_ALL=en_GB.UTF-8 >> LC_CTYPE=en_GB.UTF-8 >> export LC_ALL LC_CTYPE >> >> >>> On Thu, 2006-10-26 at 15:10 +0200, Laurent Dufréchou wrote: >>> >>>> Hello, everybody >>>> It's my first post to this mailing-list so if I do something wrong ... >>>> tell me it :) >>>> >>>> I've just managed to install an d configure freevo. >>>> Now I would like to have it localized in french. >>>> I haven't found any doc on it... >>>> Any idea? >>>> Is it possible? >>>> I've seen LOCALES in local_conf.py don"t know what to put on it... >>>> >>>> Last question: >>>> I want to redefine the way my ati remote controller is used. >>>> By default, the arrows are used to navigate in the menu but I would like >>>> to use other buttons. >>>> Is modifying lircrc the good way to do this? >>>> >>>> >>>> Thx a lot! >>>> >>>> Laurent >>>> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Freevo-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/freevo-users >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
