lib/active_support/i18n.rb in activesupport-3.1.12 vs lib/active_support/i18n.rb in activesupport-3.2.0.rc1
- old
+ new
@@ -1,9 +1,9 @@
begin
require 'i18n'
require 'active_support/lazy_load_hooks'
rescue LoadError => e
- $stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install"
+ $stderr.puts "The i18n gem is not available. Please add it to your Gemfile and run bundle install"
raise e
end
I18n.load_path << "#{File.dirname(__FILE__)}/locale/en.yml"