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