mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
7 lines
394 B
Bash
7 lines
394 B
Bash
![]() |
#! /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
|