1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Also skip scripts in src/Messages.sh

This commit is contained in:
David Rosca 2018-03-09 09:13:10 +01:00
parent d26fc63a5c
commit b17af37230
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -1,2 +1,2 @@
#! /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