Do not include incomplete translations in release.
Currently the threshold is set to 50%, but the discussion is still open on mailing list and it might change.
This commit is contained in:
@@ -119,6 +119,10 @@ fi
|
||||
if [ $GETTEXT -eq 1 ] ; then
|
||||
echo "* Generating mo files"
|
||||
./scripts/generate-mo
|
||||
if [ -f ./scripts/remove-incomplete-mo ] ; then
|
||||
echo "* Removing incomplete translations"
|
||||
./scripts/remove-incomplete-mo
|
||||
fi
|
||||
echo "* Removing gettext source files"
|
||||
rm -rf po
|
||||
fi
|
||||
|
Reference in New Issue
Block a user