# 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.
Generated with the Darkfish Rdoc Generator 1.1.6.