We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e105dfd commit f94ca8aCopy full SHA for f94ca8a
locale/Makefile
@@ -75,6 +75,11 @@ potest:
75
76
%.po: $(TEMPLATE)
77
${MSGMERGE} -U --suffix=.bak $@ $<
78
+ # update Project-Id-Version to match roundup.pot
79
+ VER="`sed -ne \"/__version__/s/.*'\(.*\)'.*/\1/p\" \
80
+ ../roundup/__init__.py`"; \
81
+ sed -i.bak -e \
82
+ "s/^\(\"Project-Id-Version: Roundup\).*/\1 $${VER}\\\\n\"/" $@
83
84
%.mo: %.po
85
${MSGFMT} --statistics -o $@ $<
0 commit comments