Today at 9:57, Ross Golder wrote: > msgfmt -o /dev/null "$1" 2>&1 > > I haven't changed this from it's previous incarnation. Are the '-cv' > options useful?
Yes. "-v" not so much (it just prints statistics which are redirected to /dev/null anyway), but "-c" is actually useful: it checks "c-format" (printf) strings to really match originals and such. Cheers, Danilo _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
