From: Bruno Haible Date: Wed, 3 Sep 2003 10:29:21 +0000 (+0000) Subject: Mention support of shell scripts. X-Git-Tag: v0.13~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d189d49cd564afbf7206cd5fb89d00152125308e;p=thirdparty%2Fgettext.git Mention support of shell scripts. --- diff --git a/NEWS b/NEWS index fb1f52366..0d6e13c8e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ Version 0.12.2 - August 2003 * Programming languages support: + - Shell: + xgettext now also supports shell scripts. It recognizes invocations of + the programs 'gettext' and 'ngettext' as well as the GNU bash builtin + syntax $"...". + - Perl: xgettext now also supports Perl.