Skip to content

Commit

Permalink
Push partial lang
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 3, 2015
1 parent f06b66c commit 22bac55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev/translation/txpush.sh
Expand Up @@ -28,6 +28,10 @@ then
echo "tx push -s $2 $3"
tx push -s $2 $3
else
echo "tx push --skip -t -l $1 $2 $3 $4"
tx push --skip -t -l $1 $2 $3 $4
for file in `find htdocs/langs/$1/*.lang -type f`
do
export basefile=`basename $file | sed -s s/\.lang//g`
echo "tx push --skip -r dolibarr.$basfile -t -l $1 $2 $3 $4"
tx push --skip -r dolibarr.$basefile -t -l $1 $2 $3 $4
done
fi

0 comments on commit 22bac55

Please sign in to comment.