From 1888fb7c8099461e6311b66508018cb963e1c264 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 18 Nov 2018 20:52:47 +0200 Subject: [PATCH] Revert "No need to search i18n() in the same folder twice" This reverts commit 85fea53760fddada59f089ab03a74640028c9775. this is needed because it takes translation strings from app/dock folder also --- app/Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Messages.sh b/app/Messages.sh index c0b8c5556..a7b3c074a 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 $podir/latte-dock.pot +$XGETTEXT `find . ../shell -name \*.js -o -name \*.qml -o -name \*.cpp -o -name ./dock\/\*.cpp` -o $podir/latte-dock.pot