]> git.mxchange.org Git - friendica.git/commitdiff
exclude addons-extra directory from the translation as well
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 Dec 2015 06:51:11 +0000 (07:51 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 Dec 2015 06:51:11 +0000 (07:51 +0100)
util/run_xgettext.sh

index 8ecfec9446d70df9f6f83a1e848a5f307da5f431..78c1bae5f1451d34fa35c0e42c8828a5044fe10d 100755 (executable)
@@ -48,7 +48,7 @@ case "$MODE" in
                OUTFILE="$FULLPATH/messages.po"
                FINDSTARTDIR="."
                # skip addon folder
-               FINDOPTS="( -wholename */addon -or -wholename */smarty3 ) -prune -o"
+               FINDOPTS="( -wholename */addon -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
                
                F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ./boot.php);
                echo "Friendica version $F9KVERSION"