mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
correct_strings.sh: Remove Triple-T files to avoid usage in F-Droid
This commit is contained in:
parent
984ba0724f
commit
0802a86555
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue