#!/bin/bash
set -e
cd "$(dirname "$0")/.." || exit 1
tools/extract-translations
tx push -s
tx pull -af --minimum-perc=50
emacs1 po/fi.po
tx push -tf -l fi
tools/check-translations | grep %
rm -f po/LINGUAS
ls po/*.po | cut -d/ -f2 | cut -d. -f1 > po/LINGUAS
git status
