forked from AuroraMiddleware/gtk
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)
This commit is contained in:
parent
63110fc53d
commit
3fd60e6a62
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user