diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index fd47b917a..5e4493952 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 1fd69bd42..8afc7ae3b 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