the catalog name must follow the plasma_applet_<name> pattern

otherwise it's just wasting the translators' time... sigh
This commit is contained in:
Lukáš Tinkl 2014-01-28 02:07:10 +01:00
parent 318a77aaca
commit 5a8d7bbf45

View file

@ -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