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