# File lib/vendor/i18n/lib/i18n/exceptions.rb, line 6 def initialize(locale) @locale = locale super "#{locale.inspect} is not a valid locale" end