You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/utils/translations/build-translations.sh

17 lines
249 B

#!/bin/sh
lrelease=`which lrelease 2> /dev/null`
if test -z "$lrelease"
then
lrelease=`which lrelease-qt4 2> /dev/null`
fi
if test -z "$lrelease"
then
echo "lrelease not found"
exit 1
fi
echo "using $lrelease"
"$lrelease" translations/*.ts