On Tue, May 11, 2021 at 05:30:19PM +0200, Tobias Burnus wrote: > On 11.05.21 17:20, Jakub Jelinek via Gcc-patches wrote: > > One extra thing, sorry, forgot to mention, for the translators it might be > > better to use "too many %qs modifiers", "always" (or, "close"). > > That way they can translate it just once instead of twice. > > That won't work for > > c_parser_error (parser, "expected modifier %<always%> only once"); > > as the error function is not variadic, contrary to warning_at/error_at; namely > > c/c-parser.h:extern bool c_parser_error (c_parser *parser, const char > *gmsgid);
Ok, ignore that part then. Sorry. Jakub