diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | gettext-tools/doc/gettext.texi | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -21,6 +21,10 @@ Version 0.19 - unreleased strings is now limited to the Standard Format Specifiers, to reasonably avoid false-positives. + - Scheme: + The gettext shorthand form _"abc", used by GIMP script-fu, is now + recognized by xgettext. + - C and Vala: xgettext now recognizes C99-style Unicode character escapes. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index a35b7ac..e1cf82f 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -10034,7 +10034,7 @@ guile @code{"abc"} @item gettext shorthand -@code{(_ "abc")}, @code{_"abc"} +@code{(_ "abc")}, @code{_"abc"} (GIMP script-fu extension) @item gettext/ngettext functions @code{gettext}, @code{ngettext} |