Skip to content

Commit

Permalink
Removed outdated documentation from error message
Browse files Browse the repository at this point in the history
  • Loading branch information
begleynk committed Feb 22, 2016
1 parent b0ab5c1 commit 82fa0aa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/terrestrial/cli/flight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ def abort_already_run_flight
if Config[:platform] == "ios"
puts "Looks like you already have Localizable.strings files."
puts "'flight' scans your source code for human readable strings that have not been translated"
puts "and helps you quickstart your internaionalization process."
puts ""
puts "If you want to new strings into your .strings file, run 'terrestrial gen'. It will:"
puts " 1. Scan your source code for .translated and NSLocalizedString calls."
puts " 2. Determine if the strings already exist in Localizable.strings."
puts " 3. Append any new strings to your base Localizable.strings."
puts "and helps you quickstart your internaionalization process and is works with unlocalized projects only."
puts ""
puts "For more information, visit http://docs.terrestrial.io/, or jump on our Slack via https://terrestrial-slack.herokuapp.com/"
abort
Expand Down

0 comments on commit 82fa0aa

Please sign in to comment.