#7921 BLOC 8.2.0 (: All activities (except Terminal and Journal) are always LTR, despite the locale
Zarro Boogs per Child
bugtracker at laptop.org
Wed Aug 20 17:15:03 EDT 2008
#7921: All activities (except Terminal and Journal) are always LTR, despite the
locale
------------------------+---------------------------------------------------
Reporter: khaled | Owner: mstone
Type: defect | Status: new
Priority: blocker | Milestone: 8.2.0 (was Update.2)
Component: security | Version: not specified
Resolution: | Keywords: blocks:8.2.0 r?
Next_action: review | Verified: 0
Blockedby: | Blocking:
------------------------+---------------------------------------------------
Comment(by cscott):
The first_line.strip().split('=') section should read something like:
{{{
first_line = open(i18n_path).readline()
if first_line and '=' in first_line:
name, value = first_line.split('=', 1)
if name.strip() == 'LANG':
return value.strip()
}}}
Other than that, the idea looks good. Michael, can you push this into
rainbow for testing?
--
Ticket URL: <http://dev.laptop.org/ticket/7921#comment:14>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list