class I18n::Backend::Transliterator::HashTransliterator

def add(hash)

Add transliteration rules to the approximations hash.
def add(hash)
  hash.each do |key, value|
    approximations[key.to_s] = value.to_s
  end
end