diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-05-04 19:01:24 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-05-04 19:01:24 +0900 |
commit | ef6b8140a371547818e5657936265a46f2ead877 (patch) | |
tree | d89e3fc5decf15d6fc2910636094ad54832bab0a /NEWS | |
parent | 540873ded16dbad5bf53bdf4b7527530675fd177 (diff) | |
download | external_gettext-ef6b8140a371547818e5657936265a46f2ead877.zip external_gettext-ef6b8140a371547818e5657936265a46f2ead877.tar.gz external_gettext-ef6b8140a371547818e5657936265a46f2ead877.tar.bz2 |
NEWS: Mention the prefixed comment-tag change
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |