module I18n::Backend::InterpolationCompiler::Compiler

def escape_plain_str(str)

def escape_plain_str(str)
  str.gsub(/"|\\|#/) {|x| "\\#{x}"}
end