diff options
-rw-r--r-- | po-properties/ChangeLog | 4 | ||||
-rw-r--r-- | po-properties/Makefile.in.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index a0323ba4f5..455af76cf0 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,7 @@ +2004-01-19 Danilo Ĺ egan <dsegan@gmx.net> + + * Makefile.in.in: Added XGETTEXT_KEYWORDS. + Mon Jan 19 12:17:25 2004 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in index b98315b5c7..dbab0394ba 100644 --- a/po-properties/Makefile.in.in +++ b/po-properties/Makefile.in.in @@ -16,6 +16,8 @@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@-properties PACKAGE = @PACKAGE@ VERSION = @VERSION@ +XGETTEXT_KEYWORDS = --keyword --keyword=P_ + SHELL = /bin/sh @SET_MAKE@ |