aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorIain Hecker <github@iain.nl>2008-08-19 23:21:32 +0200
committerSven Fuchs <svenfuchs@artweb-design.de>2008-08-20 18:01:12 +0200
commitc1e0d8aa48c2f9139af42b3cf79e42bb5e0f1f03 (patch)
treee6a8db5c105323e5a14a0ba39c52a053572b1353 /activesupport/lib/active_support.rb
parentfebe2ea9775c863cb9744c6343291e550e4628b8 (diff)
downloadrails-c1e0d8aa48c2f9139af42b3cf79e42bb5e0f1f03.tar.gz
rails-c1e0d8aa48c2f9139af42b3cf79e42bb5e0f1f03.tar.bz2
rails-c1e0d8aa48c2f9139af42b3cf79e42bb5e0f1f03.zip
Locale file changed to yaml
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 6056067efd..46ca9f93df 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -59,7 +59,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.rb'
+ I18n.load_translations File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
end
Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector')