weblate/examples/hook-unwrap-po
Michal Čihař b6800444ba Add example precommit hook to unwrap po file
Issue #365

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-11-12 15:24:16 +01:00

5 lines
86 B
Bash
Executable file
Vendored

#!/bin/sh
# Example Weblate hook to uwrap po file
msgcat -o "${1}" --no-wrap "${1}"