From 3fd60e6a621bacc9c7e5219d6a09b567c1e03407 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Sep 2004 22:48:28 +0000 Subject: Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin) 2004-09-29 Matthias Clasen * Makefile.in.in: Add Q_ to the keywords recognized by xgettext. (#154062, Damon Chaplin) --- po/ChangeLog | 5 +++++ po/Makefile.in.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * Makefile.in.in: Add Q_ to the keywords recognized by + xgettext. (#154062, Damon Chaplin) + 2004-09-29 Abel Cheung * 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 \ -- cgit v1.2.1