Vasco Almeida [off-list ref] writes:
A Seg, 10-10-2016 às 12:54 +0000, Vasco Almeida escreveu:
quoted
@@ -70,6 +72,8 @@ Git::I18N - Perl interface to Git's Gettext localizations
printf __("The following error occurred: %s\n"), $error;
+ printf __n("commited %d file", "commited %d files", $files), $files;
+
I forgot to add \n to this example as suggested in
[ref]
What should I do? Should I wait for more reviews and then send a new
re-roll fixing this?
You fix it up locally not to forget, in case you need a reroll, and
wait for more reviews. In the meantime, I'll also fix it up locally
not to forget ;-) That way, if it turns out that this round is good
enough to be the final version, people will see my fixup, and if what
I have needs to be replaced with your new version, your fixup will
be in there.
Thanks.