mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-05 07:41:44 +08:00
5 lines
99 B
Bash
Executable file
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}"
|