# File lib/i18n/backend/interpolation_compiler.rb, line 90
        def escape_plain_str(str)
          str.gsub(/"|\\|#/) {|x| "\\#{x}"}
        end