I18n::ArgumentError
# File lib/i18n/exceptions.rb, line 101 def initialize(type, filename) @type, @filename = type, filename super "can not load translations from #{filename}, the file type #{type} is not known" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.