On Sun, 20 Feb 2005, Frank Arnold wrote: > I think this don't work at the moment. As far as I see this directory > should contain all and only function descriptions. But this will not > work with intltool. We need a custom script to filter all "F_" (means > function descriptions) marked messages out of the sources. If you run > intltool-update at the moment, you get everything but no function > descriptions.
xgettext does support that. Something like xgettext --keyword --keyword=F_ should do the job. And fortunately, intltool-update passes contents of the envvar XGETTEXT_ARGS to xgettext verbatim. So all you need to do is to run XGETTEXT_ARGS="-k -k=F_" intltool-update instead. > Regards, > Frank My 2 cents, --behdad http://behdad.org/ _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
