mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Also skip scripts in src/Messages.sh
This commit is contained in:
parent
d26fc63a5c
commit
b17af37230
|
@ -1,2 +1,2 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
$EXTRACT_TR_STRINGS `find . -name '*.cpp' -o -name '*.h' -o -name '*.ui' | grep -v '/plugins/'` -o $podir/falkon_qt.pot
|
$EXTRACT_TR_STRINGS `find . -name '*.cpp' -o -name '*.h' -o -name '*.ui' | grep -v -e '/plugins/' -e '/scripts/'` -o $podir/falkon_qt.pot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user