public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Locale file changed to yaml
iain (author)
Tue Aug 19 14:21:32 -0700 2008
svenfuchs (committer)
Wed Aug 20 09:01:12 -0700 2008
commit  c1e0d8aa48c2f9139af42b3cf79e42bb5e0f1f03
tree    e6a8db5c105323e5a14a0ba39c52a053572b1353
parent  febe2ea9775c863cb9744c6343291e550e4628b8
...
59
60
61
62
 
63
64
65
...
59
60
61
 
62
63
64
65
0
@@ -59,7 +59,7 @@ require 'active_support/base64'
0
 require 'active_support/time_with_zone'
0
 
0
 I18n.populate do
0
-  I18n.load_translations File.dirname(__FILE__) + '/active_support/locale/en-US.rb'
0
+  I18n.load_translations File.dirname(__FILE__) + '/active_support/locale/en-US.yml'
0
 end
0
 
0
 Inflector = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Inflector', 'ActiveSupport::Inflector')

Comments