class YamlTranslator::Adapters::NoopAdapter

Public Instance Methods

translate(values, options = {}) click to toggle source

Always return the text before translation @param [Hash] locale texts of translate target @return [Hash] locale texts

# File lib/yaml-translator/adapters/noop_adapter.rb, line 7
def translate(values, options = {})
  values
end