class I18n::Backend::Simple
I18n::Backend::Simple.include(I18n::Backend::Pluralization)
end
end
super
# extended pluralization logic
def pluralize(*args)
module I18n::Backend::Pluralization
extend Simple backend’s behavior by including modules. E.g.:
The implementation is provided by a Implementation module allowing to easily
an in-memory hash. Relies on the Base backend.
A simple backend that reads translations from YAML files and stores them in