From: Matthias Clasen Date: Wed, 27 Aug 2008 20:13:58 +0000 (+0000) Subject: small addition X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=32947a3b4a393c9485279e1b0fa8e700ac975438;p=dana%2Fcg-glib.git small addition svn path=/trunk/; revision=7406 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index fd47b917..5e449395 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Matthias Clasen + + * glib/tmpl/i18n.sgml: Add hint about intltool to NC_() docs. + 2008-08-18 Matthias Clasen * === Released 2.17.7 === diff --git a/docs/reference/glib/tmpl/i18n.sgml b/docs/reference/glib/tmpl/i18n.sgml index 1fd69bd4..8afc7ae3 100644 --- a/docs/reference/glib/tmpl/i18n.sgml +++ b/docs/reference/glib/tmpl/i18n.sgml @@ -142,6 +142,7 @@ To get the translated string, you should call g_dpgettext2() at runtime. If you are using the NC_() macro, you need to make sure that you pass to xgettext when extracting messages. Note that this only works with GNU gettext >= 0.15. +Intltool has support for the NC_() macro since version 0.40.1. @Context: a message context, must be a string literal