#!/bin/sh

rm -f test.mo
msgfmt -o test.mo nl.po

cd ./../../

mkdir -p ./build/nl/LC_MESSAGES
cp ./src/Anculus.UnitTests/test.mo ./build/nl/LC_MESSAGES/test.mo
