From: Chusslove Illich Date: Fri, 13 Jul 2007 14:34:42 +0000 (+0000) Subject: Extract messages from .kcfg too. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/097a1fea8822a2539fafd32278eeff9dcbe11aeb?ds=sidebyside Extract messages from .kcfg too. svn path=/trunk/KDE/kdebase/apps/; revision=687406 --- diff --git a/src/Messages.sh b/src/Messages.sh index f1f52544f..d3dba915c 100755 --- a/src/Messages.sh +++ b/src/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash -$EXTRACTRC `find . -name \*.ui -o -name \*.rc` > rc.cpp +$EXTRACTRC `find . -name \*.ui -o -name \*.rc -name \*.kcfg` > rc.cpp $XGETTEXT *.cpp -o $podir/dolphin.pot