diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 47b4e6ca..adbcde13 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,7 +23,7 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(WIZCFILES) - xgettext -F -n --add-comments='I18N' \ + xgettext -F -n --from-code --add-comments='I18N' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ -o $@ $(PL_FILES) $(WIZCFILES) @rm -rf $(WIZCFILES) |