From: David B. <dav...@gm...> - 2010-12-27 17:31:16
|
Anyone seeing proper native language support in the current tuxmath? I can't get the program to display in anything other than English. Based on debugging output from --debug-setup (which I just worked on a bit and pushed into git), gettext() does work correctly right at setup. But the menus and credits don't display i18n text. I put a new function in setup.h/c, print_locale_info(), which hopefully we can use to track down what's going on. I'm wondering if the problem has something to do with the split of the menu code into the t4k_common library - maybe the code in t4k_common is looking in the wrong place to find the message catalogs, or something like that. Any thoughts? Best, David |