diff --git a/tools/fix-ellipsis.sh b/tools/fix-ellipsis.sh new file mode 100755 index 000000000..5a69f89b1 --- /dev/null +++ b/tools/fix-ellipsis.sh @@ -0,0 +1,5 @@ +#!/bin/bash -x + +# Fix TypographyEllipsis programmatically + +find res -name strings.xml -type f | xargs -n 1 sed -i 's/\.\.\./…/g'