46789eb1c8
this makes easier to develop a new plasmoid, there are two templates: one is for a pure QML plasmoid the othe rone has a C++ part
4 lines
198 B
Bash
4 lines
198 B
Bash
#! /usr/bin/env bash
|
|
$XGETTEXT `find . -name \*.qml` -o $podir/plasma_applet_%{APPNAMELC}.pot
|
|
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_%{APPNAMELC}.pot
|