the catalog name must follow the plasma_applet_<name> pattern
otherwise it's just wasting the translators' time... sigh
This commit is contained in:
parent
318a77aaca
commit
5a8d7bbf45
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#.qml
|
#.qml
|
||||||
$XGETTEXT `find package -name '*.qml'` -L Java -o $podir/kdeconnect-plasmoid.pot
|
$XGETTEXT `find package -name '*.qml'` -L Java -o $podir/plasma_applet_kdeconnect.pot
|
||||||
|
|
||||||
#.ui (-j passed to merge into existing file)
|
#.ui (-j passed to merge into existing file)
|
||||||
$EXTRACTRC `find -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
$EXTRACTRC `find -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
||||||
$XGETTEXT rc.cpp -o -j $podir/kdeconnect-plasmoid.pot
|
$XGETTEXT rc.cpp -o -j $podir/plasma_applet_kdeconnect.pot
|
||||||
rm -f rc.cpp
|
rm -f rc.cpp
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue