- storage_units: [ Octet, ko, Mo, Go, To ]
-
+ # Rails <= v2.2.2
+ # storage_units: [octet, kb, Mb, Gb, Tb]
+ # Rails >= v2.3
+ storage_units:
+ format: "%n %u"
+ units:
+ byte:
+ one: "octet"
+ other: "octets"
+ kb: "ko"
+ mb: "Mo"
+ gb: "Go"
+ tb: "To"
+