#!/bin/sh

# Example Weblate hook to generate mo file from po file

msgfmt -o "${1%.po}.mo" "${1}"
