weblate/examples/hook-generate-mo

5 lines
99 B
Bash
Executable file

#!/bin/sh
# Example Weblate hook to generate mo file from po file
msgfmt -o "${1%.po}.mo" "${1}"