From: Dennis S. <sy...@yo...> - 2005-03-21 08:06:55
|
Ok, I am looking forward to your solution!, I think it's best to just reattach everything needed with your next patch. So there will be no confusion! Thanks a lot, Dennis On Sun, 2005-03-20 at 22:11 -0300, Duilio Javier Protti wrote: > 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. |