kde-extraapps/lokalize/Messages.sh
2014-12-07 23:48:52 +00:00

6 lines
394 B
Bash
Executable file

#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$EXTRACTATTR --attr=collection,text --attr=collection,comment --attr=script,text --attr=script,comment scripts/*.rc >> rc.cpp || exit 11
$XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/lokalize.pot
rm -f rc.cpp
$XGETTEXT --language=Python --join-existing scripts/*.py -o $podir/lokalize.pot