|
From: David B. <dav...@gm...> - 2010-12-29 22:03:09
|
Hi, On Mon, Dec 27, 2010 at 11:31 AM, David Bruce <dav...@gm...> wrote: > Anyone seeing proper native language support in the current tuxmath? > I can't get the program to display in anything other than English. I think I got this one fixed with the latest commit to t4k_common - I had inactivated gettext in t4k_common.h "way back when" until we were closer to a release. So, the last tarball release of t4k_common (0.0.3) definitely does *not* allow display of i18n text. We need to get another release together before the current tuxmath can go into any distro. There are a few more things I want to get migrated into t4k_common during Google Code-In: - liblinebreak (done) - throttle.c (done) - convert_utf.c (GCI task pending) - cross-platform replacement functions, e.g. scandir/alphasort/basename (student working on it). As we get the "API" stabilized, pretty soon we should start work on a t4k_common-based tuxtype. Cheers, David |