aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorMarko Seppae <marko.seppa@gmail.com>2008-08-27 10:36:00 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-08-27 10:36:00 +0200
commit0fcd5b5466461e44b6f3b007fa2a2fdf43f55681 (patch)
tree8ba4506d48828a70bb745bff78e5fcfc92b0be87 /activesupport/lib/active_support.rb
parent44de71ba948e5318b09ea57f5a26ed548277ba44 (diff)
downloadrails-0fcd5b5466461e44b6f3b007fa2a2fdf43f55681.tar.gz
rails-0fcd5b5466461e44b6f3b007fa2a2fdf43f55681.tar.bz2
rails-0fcd5b5466461e44b6f3b007fa2a2fdf43f55681.zip
I18n: removed call to #populate from main library files
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index ae3e2360cd..2500fd79fb 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -55,9 +55,7 @@ require 'active_support/base64'
require 'active_support/time_with_zone'
-I18n.populate do
- I18n.load_translations File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
-end
+I18n.load_translations File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector')
Dependencies = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Dependencies', 'ActiveSupport::Dependencies')