Module I18n::Gettext
In: lib/active_support/vendor/i18n-0.4.1/i18n/gettext.rb
lib/active_support/vendor/i18n-0.4.1/i18n/gettext/helpers.rb

Methods

Classes and Modules

Module I18n::Gettext::Helpers

Constants

PLURAL_SEPARATOR = "\001"
CONTEXT_SEPARATOR = "\004"

Public Class methods

returns an array of plural keys for the given locale so that we can convert from gettext‘s integer-index based style TODO move this information to the pluralization module

[Validate]