diff options
-rw-r--r-- | po/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/module.mk b/po/module.mk index adea399adb..c9b0e6c1f4 100644 --- a/po/module.mk +++ b/po/module.mk @@ -35,7 +35,7 @@ updatepot: $(srcdir)/common/messages.cpp: $(POFILES) perl $(srcdir)/tools/po2c $^ > $(srcdir)/common/messages.cpp -update-translations: updatepot $(POFILES) $(srcdir)/common/messages.cpp +update-translations: updatepot $(srcdir)/common/messages.cpp @$(foreach file, $(POFILES), echo -n $(notdir $(basename $(file)))": ";msgfmt --statistic $(file);) @rm -f messages.mo |