<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,41 +51,41 @@
       half_a_minute: &quot;half a minute&quot;
       less_than_x_seconds:
         one:  &quot;less than 1 second&quot;
-        many: &quot;less than {{count}} seconds&quot;
+        other: &quot;less than {{count}} seconds&quot;
       x_seconds:
         one:  &quot;1 second&quot;
-        many: &quot;{{count}} seconds&quot;
+        other: &quot;{{count}} seconds&quot;
       less_than_x_minutes:
         one:  &quot;less than a minute&quot;
-        many: &quot;less than {{count}} minutes&quot;
+        other: &quot;less than {{count}} minutes&quot;
       x_minutes:
         one:  &quot;1 minute&quot;
-        many: &quot;{{count}} minutes&quot;
+        other: &quot;{{count}} minutes&quot;
       about_x_hours:
         one:  &quot;about 1 hour&quot;
-        many: &quot;about {{count}} hours&quot;
+        other: &quot;about {{count}} hours&quot;
       x_days:
         one:  &quot;1 day&quot;
-        many: &quot;{{count}} days&quot;
+        other: &quot;{{count}} days&quot;
       about_x_months:
         one:  &quot;about 1 month&quot;
-        many: &quot;about {{count}} months&quot;
+        other: &quot;about {{count}} months&quot;
       x_months:
         one:  &quot;1 month&quot;
-        many: &quot;{{count}} months&quot;
+        other: &quot;{{count}} months&quot;
       about_x_years:
         one:  &quot;about 1 year&quot;
-        many: &quot;about {{count}} years&quot;
+        other: &quot;about {{count}} years&quot;
       over_x_years:
         one:  &quot;over 1 year&quot;
-        many: &quot;over {{count}} years&quot;
+        other: &quot;over {{count}} years&quot;
 
   activerecord:
     errors:
       template:
         header:
           one:   &quot;1 error prohibited this {{model}} from being saved&quot;
-          many:  &quot;{{count}} errors prohibited this {{model}} from being saved&quot;
+          other:  &quot;{{count}} errors prohibited this {{model}} from being saved&quot;
         # The variable :count is also available
         body: &quot;There were problems with the following fields:&quot;
 </diff>
      <filename>actionpack/lib/action_view/locale/en-US.yml</filename>
    </modified>
    <modified>
      <diff>@@ -104,7 +104,7 @@ module I18n
           return entry unless entry.is_a?(Hash) and count
           # raise InvalidPluralizationData.new(entry, count) unless entry.is_a?(Hash)
           key = :zero if count == 0 &amp;&amp; entry.has_key?(:zero)
-          key ||= count == 1 ? :one : :many
+          key ||= count == 1 ? :one : :other
           raise InvalidPluralizationData.new(entry, count) unless entry.has_key?(key)
           entry[key]
         end</diff>
      <filename>activesupport/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b1f3c6e6ec08a40fc7153ee3ba78d51b466a58e6</id>
    </parent>
  </parents>
  <author>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </author>
  <url>http://github.com/rails/rails/commit/d6989aa0e1fe5e49fe1fccc3702aa7ff62a63faf</url>
  <id>d6989aa0e1fe5e49fe1fccc3702aa7ff62a63faf</id>
  <committed-date>2008-08-23T12:23:00-07:00</committed-date>
  <authored-date>2008-08-23T10:43:57-07:00</authored-date>
  <message>I18n: use :other instead of :many as default key for pluralization to better conform w/ cldr pluralization rules

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
  <tree>591897097513ca99f3655fe6b74bdd440f5adb0a</tree>
  <committer>
    <name>Michael Koziarski</name>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
