Opened 13 years ago
Last modified 10 years ago
#2433 new enhancement
class Activity should setlocale
Reported by: | walter | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Unspecified | Keywords: | |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | New |
Description
As per #2385, we should set the locale in the activity class so that individual activity authors need to do it themselves.
import locale
locale.setlocale(locale.LC_ALL, )
Probably belongs somewhere in sugar-toolkit/src/sugar/activity/activity.py
Change History (2)
comment:1 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit to Sugar
comment:2 Changed 10 years ago by dnarvaez
- Bug Status changed from Unconfirmed to New
Note: See
TracTickets for help on using
tickets.