https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80192

            Bug ID: 80192
           Summary: arguments to check_protocols should be marked as
                    translateable
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from objc-act.c:

        warning (0, "%s %qE does not fully implement the %qE protocol",
                 type, name, PROTOCOL_NAME (p));

The placeholder %s either gets the string "class" or "category". These words
should be marked for translation by surrounding them with _(...).

Reply via email to