summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-09-29 22:48:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-09-29 22:48:28 +0000
commit3fd60e6a621bacc9c7e5219d6a09b567c1e03407 (patch)
tree1bcc69c18b0fdfe9965d966af3c5e1ae8586af24
parent63110fc53df83992d778a169a2a727b76d92af00 (diff)
downloadgtk+-3fd60e6a621bacc9c7e5219d6a09b567c1e03407.tar.gz
Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)
2004-09-29 Matthias Clasen <mclasen@redhat.com> * Makefile.in.in: Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin)
-rw-r--r--po/ChangeLog5
-rw-r--r--po/Makefile.in.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index ad08691385..fde13f96b5 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-29 Matthias Clasen <mclasen@redhat.com>
+
+ * Makefile.in.in: Add Q_ to the keywords recognized by
+ xgettext. (#154062, Damon Chaplin)
+
2004-09-29 Abel Cheung <maddog@linuxhall.org>
* zh_TW.po: Updated traditional Chinese translation by GNOME HK Team
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 092b4e0dc3..ca12eee80b 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -92,7 +92,7 @@ all-no:
$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
- --add-comments --keyword=_ --keyword=N_ \
+ --add-comments --keyword=_ --keyword=N_ --keyword=Q_ \
--files-from=$(srcdir)/POTFILES.in \
&& test ! -f $(GETTEXT_PACKAGE).po \
|| ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \