summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-07-19 12:35:41 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-07-19 12:35:41 -0400
commit44b3f161334f8f3bea5eda84420c0bd71bd48ee3 (patch)
treef77378a2a6c49bf9c063cf0e66f85b4756513df5 /locale/Makefile
parentc536b6c583abd9ea1b750f15e887b313ed7ad951 (diff)
downloadcups-44b3f161334f8f3bea5eda84420c0bd71bd48ee3.tar.gz
Add base IPP attribute/value localizations (Issue #5056)
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/Makefile b/locale/Makefile
index ef5693c74..41cac35e5 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -131,8 +131,8 @@ pot: checkpo po2strings
cd ..; xgettext -o locale/cups.pot -cTRANSLATORS -s \
--keyword=_ --no-wrap \
--copyright-holder="Apple Inc." \
- --package-name="CUPS" --package-version="1.6" \
- --msgid-bugs-address="http://www.cups.org/str.php" \
+ --package-name="CUPS" --package-version="$(CUPS_VERSION)" \
+ --msgid-bugs-address="https://github.com/apple/cups/issues" \
*/*.c */*.cxx
(cat cups.header; tail +6 cups.pot; cat cups.footer) > cups.pot.N
mv cups.pot.N cups.pot