# File lib/i18n-js.rb, line 91 def config if config? (YAML.load_file(config_file) || {}).with_indifferent_access else {} end end