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

Methods

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]