#!/bin/bash

# Usage: makemo po-file mo-file

/usr/share/limal/po-tools/recode_po_file_to_utf $1 | msgfmt --check -o $2 -

# eof
