Add fix-ellipsis script
This commit is contained in:
parent
03dc389f85
commit
648f23e15a
5
tools/fix-ellipsis.sh
Executable file
5
tools/fix-ellipsis.sh
Executable 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'
|
Loading…
x
Reference in New Issue
Block a user