From 203d7b42103bc47ffd1bd81c9cabf87ef9e971a0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 16 Feb 2020 10:05:33 +0200 Subject: [PATCH] Extract messages from header files as well (Thanks to Victor Ryzhykh) --- shell/Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Messages.sh b/shell/Messages.sh index b88412c1b..b38d1de35 100644 --- a/shell/Messages.sh +++ b/shell/Messages.sh @@ -1,2 +1,2 @@ #! /bin/sh -$XGETTEXT *.cpp -o $podir/plasmashell.pot +$XGETTEXT *.cpp *.h -o $podir/plasmashell.pot