Commit 4557fd2e authored by Alexander Ivanov's avatar Alexander Ivanov

Remove unused part of webtranslateit script.

parent 0d25b7fd
unzip -o ../../1218-xabber.zip -d ../
find ../res/ -name faq.xml -delete
perl -pi -w -e 's/&([l|g]t;)/&$1/g' $(find ../res/ -path ../res/values*.xml)
perl -pi -w -e "s/\\\\\\\\'/\\\\'/g" $(find ../res/ -path ../res/values*.xml)
for i in `find ../res/ -type d -name value*`; do
......
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