# File lib/gettext/po_entry.rb, line 137
    def mergeable?(other)
      other && other.msgid == self.msgid && other.msgctxt == self.msgctxt
    end