Re: [PATCH] Fix i18n in warn_spec_missing_attributes (PR 83871)

2018-02-28 Thread Jason Merrill
On Wed, Feb 28, 2018 at 5:26 AM, Jakub Jelinek wrote: > On Tue, Feb 27, 2018 at 05:52:03PM -0700, Martin Sebor wrote: >> > This is broken for multiple reasons: >> > 1) it should be inform_n rather than inform >> > 2) you really can't do what you're doing for translations; >> >G_(...) marks the

[PATCH] Fix i18n in warn_spec_missing_attributes (PR 83871)

2018-02-28 Thread Jakub Jelinek
On Tue, Feb 27, 2018 at 05:52:03PM -0700, Martin Sebor wrote: > > This is broken for multiple reasons: > > 1) it should be inform_n rather than inform > > 2) you really can't do what you're doing for translations; > >G_(...) marks the string for translations, but what actually is > >transla