#!/bin/sh
set -e

echo "Refreshing translations"
lupdate ../*.cpp ../*.h ../*.ui -ts *.ts
