From: Duilio J. P. <dp...@fc...> - 2005-03-21 00:55:46
|
Is true, glib is not needed here. AM_GLIB_GNU_GETTEXT and glib-gettextize is just a workaround for AM_GNU_GETTEXT and gettextize, but calling it with nice --flags. Just a little effort will be needed to make them work with gnu-only tools. I'll check for this tomorrow. About i18n itself, I have forgotten to put the returned string in: return __lv_error_human_readable[abs (err)]; within a call to gettext, as it should be: return _(__lv_error_human_readable[abs (err)]); Bye, Duilio. Dennis Smit wrote: > Heya Duilio, regarding glib, we don't need this for i18n support, I > assume ? Are you also using glib within libvisual-plugins ? > > We can't depend on glib, because the kde world is actively using us. > > It's silly anyway, since we aren't a gnome/gtk app. > > The rest looks good, but you have to investigate the glib stuff, (also > for libvisual-plugins). We really can't have that. > > Cheers, > Dennis |