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:19:57 -0700 2008
svenfuchs (committer)
Wed Aug 20 09:01:12 -0700 2008
commit  febe2ea9775c863cb9744c6343291e550e4628b8
tree    388ec212d245bb9bbfc40be5f402ac626bff64da
parent  a6a62004c93d792c230d80f8a65da0bb45cb369f
...
82
83
84
85
 
86
87
...
82
83
84
 
85
86
87
0
@@ -82,6 +82,6 @@ require 'active_record/connection_adapters/abstract_adapter'
0
 require 'active_record/schema_dumper'
0
 
0
 I18n.backend.populate do
0
-  I18n.load_translations File.dirname(__FILE__) + '/active_record/locale/en-US.rb'
0
+  I18n.load_translations File.dirname(__FILE__) + '/active_record/locale/en-US.yml'
0
 end
0
 
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ class ActiveRecordValidationsI18nTests < Test::Unit::TestCase
0
   
0
   def teardown
0
     reset_callbacks Topic
0
-    I18n.load_translations File.dirname(__FILE__) + '/../../lib/active_record/locale/en-US.rb'
0
+    I18n.load_translations File.dirname(__FILE__) + '/../../lib/active_record/locale/en-US.yml'
0
   end
0
   
0
   def unique_topic

Comments