weblate/examples/hook-replace-single-quotes
Michal Čihař 8ea0442f66 Documentation
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-04-27 14:33:07 +02:00

5 lines
121 B
Bash
Executable file

#!/bin/sh
# Example Weblate hook to replace single quotes with ''
sed "s/\([^']\|^\)'\([^']\|$\)/\1''\2/g" -i ${1%.po}