<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-&quot;en-US&quot;:
+&quot;en&quot;:
   number:
     # Used in number_with_delimiter()
     # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
@@ -80,6 +80,13 @@
       over_x_years:
         one:   &quot;over 1 year&quot;
         other: &quot;over {{count}} years&quot;
+    prompts:
+      year:   &quot;Year&quot;
+      month:  &quot;Month&quot;
+      day:    &quot;Day&quot;
+      hour:   &quot;Hour&quot;
+      minute: &quot;Minute&quot;
+      second: &quot;Seconds&quot;
 
   activerecord:
     errors:</diff>
      <filename>rails/rails/action_view.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-en-US:
+en:
   activerecord:
     errors:
       # The values :model, :attribute and :value are always available for interpolation</diff>
      <filename>rails/rails/active_record.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-en-US:
+en:
   date:
     formats:
       # Use the strftime parameters for formats.
@@ -28,5 +28,6 @@ en-US:
 # Used in array.to_sentence.
   support:
     array:
-      sentence_connector: &quot;and&quot;
-      skip_last_comma: false
+      words_connector: &quot;, &quot;
+      two_words_connector: &quot; and &quot;
+      last_word_connector: &quot;, and &quot;</diff>
      <filename>rails/rails/active_support.yml</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ class KeyStructure
     @locale = locale.to_sym
     init_backend
 
-    @reference = I18n.backend.translations[:'en-US']
+    @reference = I18n.backend.translations[:'en']
     @data = I18n.backend.translations[@locale]
     
     @result = {:bogus =&gt; [], :missing =&gt; [], :pluralization =&gt; []}</diff>
      <filename>rails/test/lib/key_structure.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c91f7c60b740a694415483e8a29c0f234ae740e4</id>
    </parent>
  </parents>
  <author>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </author>
  <url>http://github.com/svenfuchs/rails-i18n/commit/b9202dc08b29b62e86e264c9230c7acf4bb50fce</url>
  <id>b9202dc08b29b62e86e264c9230c7acf4bb50fce</id>
  <committed-date>2008-12-27T02:22:14-08:00</committed-date>
  <authored-date>2008-12-27T02:22:14-08:00</authored-date>
  <message>Latest and greatest original Rails locale files, modified locale tester to reflect :'en-US' -&gt; :'en' change</message>
  <tree>f89a5474546e55d174c5d3979f6e1c8dccf46652</tree>
  <committer>
    <name>Yaroslav Markin</name>
    <email>yaroslav@markin.net</email>
  </committer>
</commit>
