Module: Gettext (I18n)

Overview
Module Structure
Constants
Gettext::PLURAL_SEPARATOR
Gettext::CONTEXT_SEPARATOR
Module Methods
Gettext.plural_keys / 1
Gettext.extract_scope / 2
is a submodule of
module: I18n   
is modularized into
module: Helpers   
has properties
constant: PLURAL_SEPARATOR   
constant: CONTEXT_SEPARATOR   
module method: plural_keys / 1   
module method: extract_scope / 2   
is defined at
#4 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb  
#5 in active_support/vendor/i18n-0.4.1/i18n/gettext/helpers.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: I18n
✗ module: Gettext
module: Helpers     

Constants

Gettext::PLURAL_SEPARATOR

#5 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb

PLURAL_SEPARATOR = "\001"   

Gettext::CONTEXT_SEPARATOR

#6 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb

CONTEXT_SEPARATOR = "\004"   

Module Methods

Gettext.plural_keys / 1

#16 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb

plural_keys ( locale )

Gettext.extract_scope / 2

#20 in active_support/vendor/i18n-0.4.1/i18n/gettext.rb

extract_scope ( msgid ,
  separator )