X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Messages.sh;h=4cd557477100884f91490e7b8413b220e5f09da3;hb=b2f37cecd90d42af8cc8f655462c91cf6624cb01;hp=31768f642bc4aeef80cf1b61da596326715a5308;hpb=29c520ce4cdbefe4c646306366b6905524b9abec;p=kdenlive diff --git a/Messages.sh b/Messages.sh index 31768f64..4cd55747 100755 --- a/Messages.sh +++ b/Messages.sh @@ -1,8 +1,9 @@ #!bin/sh -kdenlive_subdirs="plugins renderer src src/widgets" +kdenlive_subdirs="plugins renderer src src/ui" -$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/*.rc effects/*.xml >> rc.cpp -$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -o -name \*.ui` >> rc.cpp +$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay effects/*.xml data/kdenliveeffectscategory.rc >> rc.cpp +$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -o -name \*.ui` >> rc.cpp -$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` -o $podir/kdenlive.pot +$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h` *.cpp -o $podir/kdenlive.pot +rm -f rc.cpp