#!/bin/sh
# Update all translations with new strings.
cd "$(dirname "$0")/../po" || exit 1
echo "Searching for missing files..."
intltool-update -m
sleep 3 && [ -f missing ] && echo "Files missing." && exit 1
echo "Updating gaupol.pot..."
intltool-update -p -g gaupol
