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 i18n get_locale_path: handle the case when the default locale is not set, SL #4450 2013-03-08 10:29:17 +01:00
examples Add a make target for tests 2013-04-09 11:36:51 +02:00
m4 Add simple toolbars example 2009-07-10 04:07:10 +00:00
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 Switch sugarext to be an introspectable library 2011-12-13 17:19:52 -03:00
AUTHORS
autogen.sh Allow to build outside source directory 2012-08-07 18:55:38 +02:00
configure.ac Bind xdgmime in SugarExt 2013-04-09 11:36:51 +02:00
COPYING
MAINTAINERS Add MAINTAINERS file 2011-12-13 17:37:50 -03:00
Makefile.am Add tests for bundlebuilder 2013-04-09 11:36:51 +02:00
README Release 0.79.0 2008-02-06 17:03:51 +01:00

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.