Rename the folders values-id to values-in
This commit is contained in:
parent
fd42c78b15
commit
f7c79f9b89
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,11 @@ if [[ $allFiles == 1 ]]; then
|
|||
find . -name 'translations.xml' -print0 -exec bash -c "echo \"\" >> \"{}\"" \; >> /dev/null
|
||||
fi
|
||||
|
||||
echo "Renaming all the folders values-id to values-in..."
|
||||
set +e
|
||||
find . -type d -name 'values-id' -execdir mv {} values-in 2> /dev/null \;
|
||||
set -e
|
||||
|
||||
echo "Removing the generated config"
|
||||
rm ./tools/localazy/localazy.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue