<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -83,9 +83,24 @@ fr:
         format: '%n&#160;%u'
     human:
       format:
+        # These three are to override number.format and are optional
+        # separator: 
+        delimiter: &quot;&quot; 
         precision: 2
-      storage_units: [ Octet, ko, Mo, Go, To ]
-  
+      # Rails &lt;= v2.2.2
+      # storage_units: [octet, kb, Mb, Gb, Tb]
+      # Rails &gt;= v2.3
+      storage_units:
+        format: &quot;%n %u&quot;
+        units:
+          byte:
+            one:   &quot;octet&quot;
+            other: &quot;octets&quot;
+          kb: &quot;ko&quot;
+          mb: &quot;Mo&quot;
+          gb: &quot;Go&quot;
+          tb: &quot;To&quot;
+
   support:
     array:
       sentence_connector: 'et'</diff>
      <filename>rails/locale/fr.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8875383b85d7ffc3c32b29cb030181fbb08ff855</id>
    </parent>
  </parents>
  <author>
    <name>jerome</name>
    <email>jerome@yayel.com</email>
  </author>
  <url>http://github.com/svenfuchs/rails-i18n/commit/ef70f3a5cf561de973430ebb9af32d2ccdd609c2</url>
  <id>ef70f3a5cf561de973430ebb9af32d2ccdd609c2</id>
  <committed-date>2009-07-05T11:49:50-07:00</committed-date>
  <authored-date>2009-06-21T13:56:42-07:00</authored-date>
  <message>FIX: fr locale: suppport for Rails 2.3 with number.format namespace new schema (thanx to the 'es' contributors)

Signed-off-by: Sven Fuchs &lt;svenfuchs@artweb-design.de&gt;</message>
  <tree>6168eb26ed71017b43cf3c034394a09f5f638e87</tree>
  <committer>
    <name>Sven Fuchs</name>
    <email>svenfuchs@artweb-design.de</email>
  </committer>
</commit>
