# File lib/i18n/gettext/helpers.rb, line 11
      def gettext(msgid, options = {})
        I18n.t(msgid, { :default => msgid, :separator => '|' }.merge(options))
      end