mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
6 lines
394 B
Bash
Executable file
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
|