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