- rescue InvalidPluralizationData => ex
- raise ex unless ex.entry.key?(:other)
- ex.entry[:other]
- end
- end
-
- class Simple
- def store_translations_with_normalisation(locale, data, options = {})
- locale = I18n::Locale::Tag::Rfc4646.tag(locale).to_s