]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention the prefixed comment-tag change
authorDaiki Ueno <ueno@gnu.org>
Sun, 4 May 2014 10:01:24 +0000 (19:01 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 4 May 2014 10:01:24 +0000 (19:01 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 205f8dcf68004d892a06db760611200d05d06b68..46455bdd1deb333fdee627d4886e71f14d0b0ad8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,17 @@ Version 0.19 - unreleased
   and DIST_DEPENDS_ON_UPDATE_PO, that can be used to adjust the
   behavior of updating PO files on demand.
 
+* xgettext now strips prefixed string before the comment tag.  This is
+  useful to support C-style comment like this:
+
+  /*
+   * TRANSLATORS: first line
+   * second line
+   */
+
+  In this example, the extracted comment does not contain "* " at the
+  beginning of each line.
+
 * libgettextpo library:
   - Memory leak fixes in the PO file parser.