#!/bin/bash

# create mo file from po

po=$1
echo "... po2mo for $po"
/usr/bin/msgfmt -v $po.po -o $po.mo
