Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Walter Bender b4c0b2258f Use gettext algorithm to determine locale for activity.linfo
When activity bundles are loaded, the activity name and summary are
pulled from an activity.linfo file that is associated with
locale. However, sometimes locale, which uses $LANG has been
superceded by $LANGUAGE as set in
extensions/cpsection/languages/model.py. This patch uses the same
algorithm as gettext.py to find activity.linfo

This problem is seen on the .AU systems which use en_AU for locale and
en_GB for LANGUAGE.
2013-04-15 08:42:42 -04:00
bin
examples Add a make target for tests 2013-04-09 11:36:51 +02:00
m4
po Add tests for bundlebuilder 2013-04-09 11:36:51 +02:00
src Use gettext algorithm to determine locale for activity.linfo 2013-04-15 08:42:42 -04:00
tests Bind xdgmime in SugarExt 2013-04-09 11:36:51 +02:00
.gitignore
AUTHORS
autogen.sh
configure.ac Bind xdgmime in SugarExt 2013-04-09 11:36:51 +02:00
COPYING
MAINTAINERS
Makefile.am Add tests for bundlebuilder 2013-04-09 11:36:51 +02:00
README

Sugar is the core of the OLPC Human Interface. The toolkit provides
a set of widgets to build HIG compliant applications and interfaces
to interact with system services like presence and the datastore.