dont parse the addons directory for translateable strings
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 17 May 2018 20:41:06 +0000 (22:41 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 17 May 2018 20:41:06 +0000 (22:41 +0200)
bin/run_xgettext.sh

index 818aabe..a4faf5f 100755 (executable)
@@ -48,7 +48,7 @@ case "$MODE" in
                OUTFILE="$FULLPATH/../util/messages.po"
                FINDSTARTDIR="."
                # skip addon folder
-               FINDOPTS="( -wholename */addon -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
+               FINDOPTS="( -wholename */addon -or -wholename */addons -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"