X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Messages.sh;h=097dcd009a24d0cc61aff785e6a58a43703623f7;hb=c00630298717b91cc1f4ba9fb3b1961f6ded98e6;hp=4d6cf11fe0bf6c921c86bc1bc556727e9a81b503;hpb=50131b2b16c63354f1d06fdf245da4e25f78e54a;p=kdenlive diff --git a/Messages.sh b/Messages.sh index 4d6cf11f..097dcd00 100755 --- a/Messages.sh +++ b/Messages.sh @@ -3,7 +3,7 @@ EXTRACTRC=`which extractrc` # XGETTEXT="`which xgettext` --kde -ki18n --no-location -s " XGETTEXT="`which xgettext` -s " podir=`pwd`/po -kdenlive_subdirs="src src/widgets renderer" +kdenlive_subdirs="src src/widgets renderer plugins" kde_inc=${includedir:-${KDEDIR:-@CMAKE_INSTALL_PREFIX@}/include/kde}/kde.pot @@ -14,7 +14,7 @@ else kde_inc="" fi -$EXTRACTRC --tag=name --tag=description --tag=label effects/*.xml data/*.rc >> rc.cpp || exit 11 +$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/*.rc >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.ui` >> rc.cpp || exit 11 $EXTRACTRC `find $kdenlive_subdirs -name \*.rc` >> rc.cpp || exit 11