Methods

I18n::MissingTranslationData

Attributes

locale[R]
key[R]
options[R]

Public Class Methods

new(locale, key, opts = nil) click to toggle source
    # File lib/i18n/exceptions.rb, line 22
22:     def initialize(locale, key, opts = nil)
23:       @key, @locale, @options = key, locale, opts || {}
24:       keys = I18n.normalize_keys(locale, key, options[:scope])
25:       keys << 'no key' if keys.size < 2
26:       super "translation missing: #{keys.join(', ')}"
27:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.