diff --git a/Messages.sh b/Messages.sh index 8d4bc012..a934bde4 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -$EXTRACTRC `find . -name \*.rc` >> rc.cpp +$EXTRACTRC `find . -name \*.rc -name \*.ui` >> rc.cpp $XGETTEXT `find . -name \*.h -o -name \*.cpp | grep -v '/tests/'` -o $podir/zanshin.pot $XGETTEXT_QT `find . -name \*.h -o -name \*.cpp | grep -v '/tests/'` -j -o $podir/zanshin.pot rm -f rc.cpp