Remove fix-formats.sh - should be done in the translation system

This commit is contained in:
Daniel Martí 2015-04-21 17:36:13 +02:00
parent ec4b2bf331
commit b7b42b77e9

View File

@ -1,5 +0,0 @@
#!/bin/bash -x
# Fix StringFormatMatches programmatically
sed -i 's/\(%[0-9]\)%\([a-z]\)/\1$\2/g' res/values*/*.xml