diff --git a/tools/fix-ellipsis.sh b/tools/fix-ellipsis.sh index 5a69f89b1..a00e26859 100755 --- a/tools/fix-ellipsis.sh +++ b/tools/fix-ellipsis.sh @@ -2,4 +2,4 @@ # Fix TypographyEllipsis programmatically -find res -name strings.xml -type f | xargs -n 1 sed -i 's/\.\.\./…/g' +find res/values* -name '*.xml' -type f | xargs -n 1 sed -i 's/\.\.\./…/g'