X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Messages.sh;h=f69bd55238535007a9bedbeb71260dded0c8a12b;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=31768f642bc4aeef80cf1b61da596326715a5308;hpb=bdcf697e5eb6805c440881159e52c18e6ad8d67a;p=kdenlive diff --git a/Messages.sh b/Messages.sh index 31768f64..f69bd552 100755 --- a/Messages.sh +++ b/Messages.sh @@ -2,7 +2,8 @@ kdenlive_subdirs="plugins renderer src src/widgets" -$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