Module: I18n (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
I18n::VERSION
Module Aliases
I18n.t
I18n.t!
I18n.l
Module Methods
I18n.normalize_translation_keys (1/2) / 1
I18n.config
I18n.config= / 1
I18n.reload!
I18n.translate / 1
I18n.translate! / 2
I18n.transliterate / 1
I18n.localize / 2
I18n.with_locale / 1
I18n.normalize_keys / 4
I18n.default_exception_handler / 4
I18n.handle_exception / 4
I18n.normalize_translation_keys (2/E) / 4
I18n.normalize_key / 2
I18n.normalized_key_cache
I18n.cache_store
I18n.cache_store= / 1
I18n.cache_namespace
I18n.cache_namespace= / 1
I18n.perform_caching?
I18n.fallbacks
I18n.fallbacks= / 1
is a submodule of
module: <Toplevel Module>   
is modularized into
module: Backend   
class: Config   
class: ArgumentError   
class: InvalidLocale   
class: MissingTranslationData   
class: InvalidPluralizationData   
class: MissingInterpolationArgument   
class: ReservedInterpolationKey   
class: UnknownFileType   
module: Gettext   
module: Locale   
has properties
module method: normalize_translation_keys (1/2) / 1   
module method: config   
module method: config= / 1   
module method: reload!   
module method: translate / 1   
module alias: t translate   
module method: translate! / 2   
module alias: t! translate!   
module method: transliterate / 1   
module method: localize / 2   
module alias: l localize   
module method: with_locale / 1   
module method: normalize_keys / 4   
module method: default_exception_handler / 4   
module method: handle_exception / 4   
module method: normalize_translation_keys (2/E) / 4   
module method: normalize_key / 2   
module method: normalized_key_cache   
module method: cache_store   
module method: cache_store= / 1   
module method: cache_namespace   
module method: cache_namespace= / 1   
module method: perform_caching?   
module method: fallbacks   
module method: fallbacks= / 1   
constant: VERSION   
is defined at
#30 in active_support/vendor.rb  
#13 in active_support/vendor/i18n-0.4.1/i18n.rb  
#1 in active_support/vendor/i18n-0.4.1/i18n/backend.rb  
#4 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record.rb  
#32 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record/missing.rb  
#20 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record/store_procs.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/backend/active_record/translation.rb  
#6 in active_support/vendor/i18n-0.4.1/i18n/backend/base.rb  
#21 in active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb  
#35 in active_support/vendor/i18n-0.4.1/i18n/backend/cascade.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/backend/chain.rb  
#4 in active_support/vendor/i18n-0.4.1/i18n/backend/cldr.rb  
#12 in active_support/vendor/i18n-0.4.1/i18n/backend/fallbacks.rb  
#1 in active_support/vendor/i18n-0.4.1/i18n/backend/flatten.rb  
#22 in active_support/vendor/i18n-0.4.1/i18n/backend/gettext.rb  
#18 in active_support/vendor/i18n-0.4.1/i18n/backend/interpolation_compiler.rb  
#6 in active_support/vendor/i18n-0.4.1/i18n/backend/key_value.rb  
#12 in active_support/vendor/i18n-0.4.1/i18n/backend/memoize.rb  
#17 in active_support/vendor/i18n-0.4.1/i18n/backend/metadata.rb  
#16 in active_support/vendor/i18n-0.4.1/i18n/backend/pluralization.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/backend/simple.rb  
#2 in active_support/vendor/i18n-0.4.1/i18n/backend/transliterator.rb  
#1 in active_support/vendor/i18n-0.4.1/i18n/config.rb  
#9 in active_support/vendor/i18n-0.4.1/i18n/exceptions.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb  
#4 in active_support/vendor/i18n-0.4.1/i18n/gettext/helpers.rb  
#1 in active_support/vendor/i18n-0.4.1/i18n/locale.rb  
#55 in active_support/vendor/i18n-0.4.1/i18n/locale/fallbacks.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/parents.rb  
#10 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb  
#5 in active_support/vendor/i18n-0.4.1/i18n/locale/tag/simple.rb  
#3 in active_support/vendor/i18n-0.4.1/i18n/locale/tag.rb  
#1 in active_support/vendor/i18n-0.4.1/i18n/version.rb  

Overview

Module Structure

  module: <Toplevel Module>
✗ module: I18n
module: Backend     
class: Config     
class: ArgumentError     
class: InvalidLocale     
class: MissingTranslationData     
class: InvalidPluralizationData     
class: MissingInterpolationArgument     
class: ReservedInterpolationKey     
class: UnknownFileType     
module: Gettext     
module: Locale     

Class Hierarchy

Constants

I18n::VERSION

#2 in active_support/vendor/i18n-0.4.1/i18n/version.rb

VERSION = "0.4.1"   

Module Aliases

I18n.t

#157 in active_support/vendor/i18n-0.4.1/i18n.rb

t translate   

I18n.t!

#162 in active_support/vendor/i18n-0.4.1/i18n.rb

t! translate!   

I18n.l

#233 in active_support/vendor/i18n-0.4.1/i18n.rb

l localize   

Module Methods

I18n.normalize_translation_keys (1/2) / 1

#32 in active_support/vendor.rb

normalize_translation_keys ( *args )

I18n.config= / 1

#26 in active_support/vendor/i18n-0.4.1/i18n.rb

config= ( value )

I18n.translate / 1

#147 in active_support/vendor/i18n-0.4.1/i18n.rb

translate ( *args )

I18n.translate! / 2

#159 in active_support/vendor/i18n-0.4.1/i18n.rb

translate! ( key ,
  options = {} )

I18n.transliterate / 1

#215 in active_support/vendor/i18n-0.4.1/i18n.rb

transliterate ( *args )

I18n.localize / 2

#228 in active_support/vendor/i18n-0.4.1/i18n.rb

localize ( object ,
  options = {} )

I18n.with_locale / 1

#236 in active_support/vendor/i18n-0.4.1/i18n.rb

with_locale ( tmp_locale = nil )

I18n.normalize_keys / 4

#250 in active_support/vendor/i18n-0.4.1/i18n.rb

normalize_keys ( locale ,
  key ,
  scope ,
  separator = nil )

I18n.default_exception_handler / 4

#268 in active_support/vendor/i18n-0.4.1/i18n.rb

default_exception_handler ( exception ,
  locale ,
  key ,
  options )

I18n.handle_exception / 4

#290 in active_support/vendor/i18n-0.4.1/i18n.rb

handle_exception ( exception ,
  locale ,
  key ,
  options )

I18n.normalize_translation_keys (2/E) / 4

#301 in active_support/vendor/i18n-0.4.1/i18n.rb

normalize_translation_keys ( locale ,
  key ,
  scope ,
  separator = nil )

I18n.normalize_key / 2

#305 in active_support/vendor/i18n-0.4.1/i18n.rb

normalize_key ( key ,
  separator )

I18n.normalized_key_cache

#318 in active_support/vendor/i18n-0.4.1/i18n.rb

normalized_key_cache

I18n.cache_store= / 1

#30 in active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb

cache_store= ( store )

I18n.cache_namespace

#34 in active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb

cache_namespace

I18n.cache_namespace= / 1

#38 in active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb

cache_namespace= ( namespace )

I18n.perform_caching?

#42 in active_support/vendor/i18n-0.4.1/i18n/backend/cache.rb

perform_caching?

I18n.fallbacks= / 1

#22 in active_support/vendor/i18n-0.4.1/i18n/backend/fallbacks.rb

fallbacks= ( fallbacks )