Merge pull request #4134 from frictionel/patch-1

Update pull_translations.rb
This commit is contained in:
Arpit Jalan 2016-04-02 19:08:35 +05:30
commit 8f428b6f38

View File

@ -10,10 +10,9 @@ require_relative '../lib/locale_file_walker'
if `which tx`.strip.empty?
puts '', 'The Transifex client needs to be installed to use this script.'
puts 'Instructions are here: http://docs.transifex.com/developer/client/setup'
puts 'Instructions are here: http://docs.transifex.com/client/setup/'
puts '', 'On Mac:', ''
puts ' curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
puts ' sudo python get-pip.py'
puts ' sudo easy_install pip'
puts ' sudo pip install transifex-client', ''
exit 1
end