Do not extract i18n from the tests folder

wilder-5.14
Albert Astals Cid 12 years ago
parent 7b5e47c1e7
commit 62af4ef66b
  1. 4
      applets/systemtray/Messages.sh

@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.plasma.systemtray.pot
$EXTRACTRC `find . \( -name \*.rc -o -name \*.ui -o -name \*.kcfg \) -not -path "./tests/*"` >> rc.cpp
$XGETTEXT `find . \( -name \*.js -o -name \*.qml -o -name \*.cpp \) -not -path "./tests/*"` -o $podir/plasma_applet_org.kde.plasma.systemtray.pot
rm rc.cpp

Loading…
Cancel
Save