- class Simple
- def init_translations_with_mn_cleanup
- init_translations_without_mn_cleanup
-
- translations[:mn][:errors][:template].delete(:body)
- translations[:mn][:activemodel][:errors][:template].delete(:body)
- translations[:mn][:activerecord][:errors][:template].delete(:body)
+ module PluralizationFallback
+ def pluralize(locale, entry, count)
+ super
+ rescue InvalidPluralizationData => ex
+ raise ex unless ex.entry.key?(:other)
+ ex.entry[:other]