We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f601366 commit dd026b3Copy full SHA for dd026b3
locale/GNUmakefile
@@ -1,7 +1,7 @@
1
# Extract translatable strings from Roundup sources,
2
# update and compile all existing translations
3
#
4
-# $Id: GNUmakefile,v 1.2 2004-05-18 19:36:12 a1s Exp $
+# $Id: GNUmakefile,v 1.3 2004-05-19 17:24:52 a1s Exp $
5
6
# tool locations
7
XPOT ?= xpot
@@ -31,4 +31,4 @@ $(TEMPLATE):
31
${MSGMERGE} -U --suffix=.bak $@ $<
32
33
%.mo: %.po
34
- ${MSGFMT} -o $@ $<
+ ${MSGFMT} --statistics -o $@ $<
0 commit comments