gtk+ r22136 - trunk/po



Author: matthiasc
Date: Sun Jan 18 18:41:57 2009
New Revision: 22136
URL: http://svn.gnome.org/viewvc/gtk+?rev=22136&view=rev

Log:
        * Makefile.in.in: Make xgettext recognize and extract NC_()



Modified:
   trunk/po/ChangeLog
   trunk/po/Makefile.in.in

Modified: trunk/po/Makefile.in.in
==============================================================================
--- trunk/po/Makefile.in.in	(original)
+++ trunk/po/Makefile.in.in	Sun Jan 18 18:41:57 2009
@@ -92,7 +92,7 @@
 
 $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
 	$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
-	  --add-comments --keyword=_ --keyword=N_ --keyword=C_:1c,2 \
+	  --add-comments --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 \
           --flag=g_strdup_printf:1:c-format \
           --flag=g_string_printf:2:c-format \
           --flag=g_string_append_printf:2:c-format \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]