From: Bruno Haible Date: Wed, 28 Jan 2009 10:46:17 +0000 (+0000) Subject: Mention xgettext and Qt 4. X-Git-Tag: v0.18~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46cb3c7e4c1601aa961b24b0d3b496c891673004;p=thirdparty%2Fgettext.git Mention xgettext and Qt 4. --- diff --git a/NEWS b/NEWS index 1847c2f90..7a2ddba90 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,10 @@ Version 0.18 - January 2008 * msgfilter now sets environment variables during the invocation of the filter, indicating the msgid and location of the messge being processed. +* xgettext now can extract plural forms from Qt 4 programs. The recommended + xgettext command-line options for this case are: + --qt --keyword=tr:1,1t --keyword=tr:1,2c,2t --keyword=tr:1,1,2c,3t + * Updated the meaning of 'gcc-internal-format' to match GCC 4.3. Version 0.17 - November 2007