Bugs item #1595246, was opened at 2006-11-12 22:18 Message generated for change (Settings changed) made by duncanwebb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1595246&group_id=46652
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: core >Group: 1.6.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Radek Stastny (tonous) Assigned to: Nobody/Anonymous (nobody) Summary: localization of time - data and month name Initial Comment: I'd like to have localized display of date and time, there is several places where standard 'western' date/time format is used. I tried myself to change few files (see patch) for locales import (I use LANG=cs_CZ.UTF8 locale) to be able to change date in idlebar plugin and in tv recording forecast, but as I have no python knowledge I get to problems early. When I import locale in config.py , then the idlebar.clock start work as I want, great, but the recording forecast for Tomorrow and This Week stops working as it is not probably able to alive with different datetime format. There will be probably plenty of code which depends on 'standard' datetime format. So questions is how to display according to locale, but keep logic as is? ---------------------------------------------------------------------- Comment By: Duncan Webb (duncanwebb) Date: 2006-11-14 09:18 Message: Logged In: YES user_id=104395 The recording time format is in seconds nothing to do with the display of the date and time. Have you LOCALE='latin2' or LOCALE='iso-8859-2' in your local_conf.py? But there could be other places where a time format hardcoded, but these can be fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1595246&group_id=46652 ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
