correct_strings.sh: Remove Triple-T files to avoid usage in F-Droid
This commit is contained in:
parent
984ba0724f
commit
0802a86555
|
@ -30,6 +30,9 @@ find "$mydir/vector/src/main/res" -name strings.xml -exec \
|
|||
sed -i 's|!nnen|wolpertinger|g' "$mydir/vector/src/main/res/values-de/strings.xml"
|
||||
sed -i 's|!n|schlumpfwesen|g' "$mydir/vector/src/main/res/values-de/strings.xml"
|
||||
|
||||
# Remove Triple-T stuff to avoid using them in F-Droid
|
||||
rm -rf "$mydir/vector/src/main/play/listings"
|
||||
|
||||
git add -A
|
||||
git commit -m "Automatic SchildiChat string correction"
|
||||
|
||||
|
|
Loading…
Reference in New Issue