# File lib/vendor/i18n/lib/i18n/backend/simple.rb, line 188
        def load_yml(filename)
          YAML::load(IO.read(filename))
        end