Add fix-ellipsis script

This commit is contained in:
Daniel Martí 2014-01-08 13:09:41 +01:00
parent 03dc389f85
commit 648f23e15a

5
tools/fix-ellipsis.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -x
# Fix TypographyEllipsis programmatically
find res -name strings.xml -type f | xargs -n 1 sed -i 's/\.\.\./…/g'