<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -113,7 +113,10 @@ module ML10n
         table_for[&quot;AbbrDayNames&quot;, object.wday, &quot;%a&quot;]
       end
       format.gsub!(/%A/) do
-        table_for[&quot;AbbrMonthNames&quot;, object.mon - 1, &quot;%A&quot;]
+        table_for[&quot;DayNames&quot;, object.wday, &quot;%A&quot;]
+      end
+      format.gsub!(/%b/) do
+        table_for[&quot;AbbrMonthNames&quot;, object.mon - 1, &quot;%b&quot;]
       end
       format.gsub!(/%B/) do
         table_for[&quot;MonthNames&quot;, object.mon - 1, &quot;%B&quot;]</diff>
      <filename>lib/merb_babel/m_l10n.rb</filename>
    </modified>
    <modified>
      <diff>@@ -20,3 +20,6 @@ night:
 
 DateFormat:
   AbbrDayNames: [&quot;S&quot;, &quot;M&quot;, &quot;T&quot;, &quot;W&quot;, &quot;T&quot;, &quot;F&quot;, &quot;S&quot;]
+  DayNames: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
+  AbbrMonthNames: [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
+  MonthNames: [January, February, March, April, May, June, July, August, September, October, November, December]</diff>
      <filename>spec/lang/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -20,4 +20,7 @@ night:
 
 DateFormat:
   AbbrDayNames: [&quot;&#26085;&quot;, &quot;&#26376;&quot;, &quot;&#28779;&quot;, &quot;&#27700;&quot;, &quot;&#26408;&quot;, &quot;&#37329;&quot;, &quot;&#22303;&quot;]
+  DayNames: [&#26085;&#26332;&#26085;, &#26376;&#26332;&#26085;, &#28779;&#26332;&#26085;, &#27700;&#26332;&#26085;, &#26408;&#26332;&#26085;, &#37329;&#26332;&#26085;, &#22303;&#26332;&#26085;]
+  AbbrMonthNames: [&#65297;, &#65298;, &#65299;, &#65300;, &#65301;, &#65302;, &#65303;, &#65304;, &#65305;, &#65297;&#65296;, &#65297;&#65297;, &#65297;&#65298;]
+  MonthNames: [&#65297;&#26376;, &#65298;&#26376;, &#65299;&#26376;, &#65300;&#26376;, &#65301;&#26376;, &#65302;&#26376;, &#65303;&#26376;, &#65304;&#26376;, &#65305;&#26376;, &#65297;&#65296;&#26376;, &#65297;&#65297;&#26376;, &#65297;&#65298;&#26376;]
   AmPm: [&quot;&#21320;&#21069;&quot;, &quot;&#21320;&#24460;&quot;]</diff>
      <filename>spec/lang/ja.yml</filename>
    </modified>
    <modified>
      <diff>@@ -62,6 +62,10 @@ describe '#babelize' do
     @c.t(&quot;%a/%d&quot;, date, :language =&gt; 'en').should == &quot;T/01&quot;
     @c.t(&quot;%a/%d&quot;, date, :language =&gt; 'en', :country =&gt; 'UK').should == &quot;T/01&quot;
     @c.t(&quot;%a/%d&quot;, date, :language =&gt; 'ja').should == &quot;&#26408;/01&quot;
+    @c.t(&quot;%A&quot;, date, :language =&gt; 'ja').should == &quot;&#26408;&#26332;&#26085;&quot;
+    @c.t(&quot;%b&quot;, date, :language =&gt; 'en').should == &quot;Jan&quot;
+    @c.t(&quot;%B&quot;, date, :language =&gt; 'en').should == &quot;January&quot;
+    @c.t(&quot;%B&quot;, date, :language =&gt; 'ja').should == &quot;&#65297;&#26376;&quot;
   end
 
   it &quot;should localize time&quot; do</diff>
      <filename>spec/m_i18n_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>da900f171dcd54baade52a073d7e562cbe5b1582</id>
    </parent>
  </parents>
  <author>
    <name>takiuchi</name>
    <email>genki@s21g.com</email>
  </author>
  <url>http://github.com/mattetti/merb_babel/commit/d5841e2de8eef500b1b1c93f2ef924f31808af08</url>
  <id>d5841e2de8eef500b1b1c93f2ef924f31808af08</id>
  <committed-date>2009-01-16T16:15:00-08:00</committed-date>
  <authored-date>2009-01-16T11:43:50-08:00</authored-date>
  <message>Fixed a bug in localization of dates and times.

Signed-off-by: Matt Aimonetti &lt;mattaimonetti@gmail.com&gt;</message>
  <tree>e321fda2b359d0ea16c1978a2058f425417e1757</tree>
  <committer>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </committer>
</commit>
