[glib] Extract strings from g_dngettext too
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Extract strings from g_dngettext too
- Date: Mon, 15 Jun 2009 00:53:42 -0400 (EDT)
commit b0bba8520acd423785075ba67e6e4b644fce765f
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jun 15 00:52:43 2009 -0400
Extract strings from g_dngettext too
There is one occurrence of this in glib, which we currently miss.
See bug 585717.
po/Makefile.in.in | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 15d6a20..d1c93ba 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]