mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-27 10:50:10 +08:00
5 lines
99 B
Bash
Executable file
Vendored
5 lines
99 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
# Example Weblate hook to generate mo file from po file
|
|
|
|
msgfmt -o "${1%.po}.mo" "${1}"
|