Commit 8bc71563 authored by Alexander Ivanov's avatar Alexander Ivanov

Update translation import script.

parent 7cbee6ab
unzip -o 1218-xabber.zip -d ../
perl -p -i.bak -w -e 's/&([l|g]t;)/&$1/g' $(find ../res/ -path ../res/values*.xml)
perl -p -i.bak -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../res/ -path ../res/values*.xml)
perl -p -i.bak -w -e 's/ (<resources)/$1/g' $(find ../res/ -path ../res/values*.xml)
find ../res/ -type f -name "*.bak" -exec rm -f {} \;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment