From 6e2c645008cc812802f9633a5a0ef1c316cb93c8 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 18 Nov 2018 20:57:29 +0200 Subject: [PATCH] Revert "Revert "No need to search i18n() in the same folder twice"" This reverts commit 1888fb7c8099461e6311b66508018cb963e1c264. the commiter was right this isnt needed, find returns the in question files in app/dock folder --- app/Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Messages.sh b/app/Messages.sh index a7b3c074a..c0b8c5556 100644 --- a/app/Messages.sh +++ b/app/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash $EXTRACTRC `find . -name \*.rc -o -name \*.ui` >> rc.cpp -$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp -o -name ./dock\/\*.cpp` -o $podir/latte-dock.pot +$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/latte-dock.pot