# File lib/active_support/vendor/i18n-0.3.7/i18n/backend/metadata.rb, line 48
      def interpolate(locale, string, values = {})
        with_metadata(:original => string) do
          preserve_translation_metadata(string) { super }
        end if string
      end