Re: [PATCH i18n 09/11] i18n: apply: update say_patch_name to give translators complete sentence

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 22, 2012 at 11:42 PM, Zbigniew Jędrzejewski-Szmek
<zbyszek@xxxxxxxxx> wrote:
> On 04/16/2012 02:50 PM, Nguyễn Thái Ngọc Duy wrote:
>> @@ -3551,8 +3555,9 @@ static int write_out_one_reject(struct patch *patch)
>>               die(_("internal error"));
>>
>>       /* Say this even without --verbose */
>> -     say_patch_name(stderr, "Applying patch ", patch, " with");
>> -     fprintf(stderr, " %d rejects...\n", cnt);
>> +     strbuf_addf(&sb, _("Applying patch %%s with %d rejects..."), cnt);
> Shouldn't this part be:
>        strbuf_addf(&sb, Q_("Applying patch %%s with one reject...",
>                            "Applying patch %%s with %d rejects...",
>                            cnt), cnt);
> ?

Yes. Thanks for catching.
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]