#!/bin/sh

# Example Weblate hook to uwrap po file

msgcat -o "${1}" --no-wrap "${1}"
