Merge pull request #2179 from tobiasd/20151214-messages

regenerated messages.po and small changes to run_xgettext
This commit is contained in:
fabrixxm 2015-12-14 08:30:10 +01:00
commit 9bd5be66d3
2 changed files with 304 additions and 689 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"