class Simple
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
A simple backend that reads translations from YAML files and stores them in an in-memory hash. Relies on the Base backend.
The implementation is provided by a Implementation module allowing to easily extend Simple backend’s behavior by including modules. E.g.:
module I18n::Backend::Pluralization
def pluralize(*args) # extended pluralization logic super end
end
I18n::Backend::Simple.send(:include, I18n::Backend::Pluralization)
Inherits from
Namespace
Modules
Includes
Methods (inherited)
From Object (37)
- # acts_like?
- # app
- # as_json
- # blank?
- # class_eval
- # create
- # create_fixtures
- # destroy
- # duplicable?
- # edit
- # find_cmd
- # helper
- # html_safe?
- # index
- # instance_exec
- # instance_variable_defined?
- # instance_variable_names
- # message
- # metaclass
- # new_session
- # presence
- # present?
- # reload!
- # returning
- # singleton_class
- # tap
- # to_json
- # to_param
- # to_query
- # try
- # unescape
- # update
- # with_options
- self. blank_slate_method_added
- self. find_hidden_method
- self. lookup_missing_generator
- self. method_added
From I18n::Backend::Base (16)
- # available_locales
- # default
- # interpolate
- # interpolate_lambda?
- # load_file
- # load_rb
- # load_translations
- # load_yml
- # localize
- # lookup
- # pluralize
- # preserve_encoding
- # reload!
- # resolve
- # store_translations
- # translate
From I18n::Backend::Transliterator (2)
- # transliterate
- self. get