#!/bin/sh

echo "Merging $1.po and wordtrans.pot"
msgmerge --output-file=$1.pox $1.po wordtrans.pot

echo "Creating binary catalog $1.mo from $1.pox (for wordtrans and qwordtrans)"
msgfmt --statistics --output-file=$1.mo $1.pox
