Removed unused file in translation folder

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/16/head
Michele Calgaro 2 months ago
parent e3e5eb5f85
commit ca2e3d8564
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,15 +0,0 @@
template=`find . -name "*.pot" | sed -e 's#^./\(.*\)$#\1#'`
files=`find . -name "*.po" | sed -e 's#^./\(.*\)$#\1#'`
test -n "$VERBOSE" && echo $files
for file in $files; do
echo merging $file
files=
if test ! -s $file; then
echo "ERROR: $file is empty!"
elif msgmerge --no-wrap -q -o $file $file $template; then
files="$files $file"
else
echo "ERROR: msgmerge failed for $file"
fi
done
Loading…
Cancel
Save