From: Matthias Clasen Date: Mon, 15 Jun 2009 04:52:43 +0000 (-0400) Subject: Extract strings from g_dngettext too X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b0bba8520acd423785075ba67e6e4b644fce765f;p=dana%2Fcg-glib.git Extract strings from g_dngettext too There is one occurrence of this in glib, which we currently miss. See bug 585717. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 15d6a208..d1c93bab 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -95,6 +95,13 @@ all-no: $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ + --keyword=C_:1c,2 \ + --keyword=NC_:1c,2 \ + --keyword=g_dngettext:2,3 \ + --flag=N_:1:pass-c-format \ + --flag=C_:2:pass-c-format \ + --flag=NC_:2:pass-c-format \ + --flag=g_dngettext:2:pass-c-format \ --flag=g_strdup_printf:1:c-format \ --flag=g_string_printf:2:c-format \ --flag=g_string_append_printf:2:c-format \