#!/bin/sh
DOMAIN=euro-support
msgmerge --output-file=$1.pox $1.po $DOMAIN.pot
msgfmt --statistics --output-file=$1.mo $1.pox
