Module: Implementation (I18n::Backend::Simple)

Overview
Module Structure
Class Hierarchy
Instance Methods
Implementation#initialized?
Implementation#store_translations / 3
Implementation#available_locales
Implementation#reload!
Implementation#init_translations
Implementation#translations
Implementation#lookup / 4
is a submodule of
class: Simple ( I18n::Backend )
includes
  Base ( I18n::Backend )
has properties
method: initialized?   
method: store_translations / 3   
method: available_locales   
method: reload!   
method: init_translations   
method: translations   
method: lookup / 4   
is defined at
#20 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
  module: Backend
  module: Base
  class: Simple
module: Implementation     

Class Hierarchy

Object ( Builtin-Module )
  Simple ( I18n::Backend )   

Instance Methods

Implementation#initialized?

#23 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

initialized?

Implementation#store_translations / 3

#31 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

store_translations ( locale ,
  data ,
  options = {} )

Implementation#available_locales

#39 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

available_locales

Implementation#init_translations

#56 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

init_translations

Implementation#translations

#61 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

translations

Implementation#lookup / 4

#70 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb

lookup ( locale ,
  key ,
  scope = [] ,
  options = {} )