From 5a8d7bbf459acf1f2ed1c5d8d6b7e56040032a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Tue, 28 Jan 2014 02:07:10 +0100 Subject: [PATCH] the catalog name must follow the plasma_applet_ pattern otherwise it's just wasting the translators' time... sigh --- plasmoid/Messages.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plasmoid/Messages.sh b/plasmoid/Messages.sh index 899d56aa8..a772da6a4 100755 --- a/plasmoid/Messages.sh +++ b/plasmoid/Messages.sh @@ -1,11 +1,9 @@ #!/usr/bin/env bash #.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) $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 - -