Commit 9635b694 authored by Gernot Pansy's avatar Gernot Pansy Committed by Michal Čihař

added pre commit script that replaces all single quotes wit two single quotes for gwt projects

parent eea43ce0
#!/bin/sh
sed "s/\([^']\|^\)'\([^']\|$\)/\1''\2/g" -i ${1%.po}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment