mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
5 lines
182 B
Bash
Executable file
5 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
$EXTRACTRC *.ui >> rc.cpp
|
|
$XGETTEXT *.cpp -o $podir/plasma_applet_tasks.pot
|
|
$XGETTEXT `find . -name \*.qml` -L Java --join -o $podir/plasma_applet_tasks.pot
|
|
rm -f rc.cpp
|