mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
correct_strings.sh: Add manual intervention required warning
Change-Id: I72264e7f297e8a5c02300326c171e54d42de9710
This commit is contained in:
parent
4dfdfba42c
commit
746f7a46ce
1 changed files with 4 additions and 0 deletions
|
@ -37,3 +37,7 @@ git add -A
|
|||
git commit -m "Automatic SchildiChat string correction"
|
||||
|
||||
popd > /dev/null
|
||||
|
||||
mydir="$(dirname "$(realpath "$0")")"
|
||||
echo -e "\033[1;33m""Please fix -schlumpfwesen and -wolpertinger cases manually!""\033[0m"
|
||||
echo "- $mydir/vector/src/main/res/values-de/strings.xml"
|
||||
|
|
Loading…
Reference in a new issue