summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2013-02-27 01:02:09 +0100
committerMichael Tänzer <neo@nhng.de>2013-02-27 01:02:09 +0100
commitbe8f7fb541f322cb5350a61177ec6c2a3f4deb73 (patch)
tree5cd840049f3c9f92bea3e7c35d33a4a1a156937f /locale
parent38d8ae922c1472bad3b57269c97537b07959d2ea (diff)
parent92b6e7dfe7c8e2a3ee8fa9ecbcb38634d288a8f4 (diff)
downloadcacert-devel-be8f7fb541f322cb5350a61177ec6c2a3f4deb73.tar.gz
cacert-devel-be8f7fb541f322cb5350a61177ec6c2a3f4deb73.tar.xz
cacert-devel-be8f7fb541f322cb5350a61177ec6c2a3f4deb73.zip
Merge branch 'bug-964' into release
Diffstat (limited to 'locale')
-rw-r--r--locale/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 1517066..4215a4f 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -176,7 +176,8 @@ upload.clean: template.clean
messages.pot: $(GETTEXT_FILES)
xgettext --output - --sort-by-file --copyright-holder "CAcert Inc." \
--package-name "CAcert" --package-version "$(VERSION)" \
- --msgid-bugs-address "translations-admin@cacert.org" $^ | \
+ --msgid-bugs-address "translations-admin@cacert.org" \
+ --add-comments=TRANSLATORS $^ | \
# replace place holders in the lines before the first msgid\
sed '1,/^msgid/ { s/SOME DESCRIPTIVE TITLE/$(DESCRITPION)/; s/YEAR/$(COPYRIGHT_YEAR)/; s/PACKAGE/$(PACKAGE)/ }' \
> $@