mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-29 04:08:28 +08:00
5 lines
87 B
Bash
Executable file
Vendored
5 lines
87 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
# Example Weblate hook to unwrap po file
|
|
|
|
msgcat -o "${1}" --no-wrap "${1}"
|