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

            Bug ID: 119201
           Summary: Wrong plural forms in "missing primary template
                    attribute"
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

cp/pt.cc says:
> inform (DECL_SOURCE_LOCATION (tmpl),
>         nattrs > 1
>         ? G_("missing primary template attributes %e")
>         : G_("missing primary template attribute %e"),
>         &e);

There are languages with several plural forms, such as Polish, Russian and
Arabic. See the ngettext function for generating the correct plural forms in
translation messages.

Reply via email to