summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-03-16 13:10:48 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:03 +0200
commit5ea8c31fe01181f47961977fc513e7c8ba2785b6 (patch)
tree56f48c3ce71ada4cc1ba409c6b62d10ea6c3db6b /NEWS
parent765fd7ab5f5b28ba0db87f3325c7042d194a9530 (diff)
downloadexternal_gettext-5ea8c31fe01181f47961977fc513e7c8ba2785b6.zip
external_gettext-5ea8c31fe01181f47961977fc513e7c8ba2785b6.tar.gz
external_gettext-5ea8c31fe01181f47961977fc513e7c8ba2785b6.tar.bz2
Support extraction of contexts in GNOME glib syntax.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9ff6ae4..e49edc4 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,9 @@
msgid "original"
msgstr "translation"
- The xgettext program can be told through the --keyword flag which
- function/macro argument has the role of a context.
+ function/macro argument has the role of a context. It also supports
+ the GNOME glib convention to specify the context and original string
+ in the same string literal: "context|original".
- The (non-public) include file gettext.h defines macros pgettext, dpgettext
etc. that take a context argument.
For more information, see the node "Contexts" in the manual.