public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Changed locale file to yml for actionpack, but still broken
iain (author)
Tue Aug 19 14:33:39 -0700 2008
svenfuchs (committer)
Wed Aug 20 09:04:36 -0700 2008
commit  7ee01c8c5415579a68fe4bf073f69cf5796bf7c9
tree    74c19011712326d2f1249202bd5bfd337d82b199
parent  72366398b28cec2f8b9809f463e0b1271e3d5ba0
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@ require 'action_view/partials'
0
 require 'action_view/template_error'
0
 
0
 I18n.backend.populate do
0
-  I18n.load_translations File.dirname(__FILE__) + '/action_view/locale/en-US.rb'
0
+  I18n.load_translations File.dirname(__FILE__) + '/action_view/locale/en-US.yml'
0
 end
0
 
0
 ActionView::Base.class_eval do

Comments