Re: [PATCH 22/22] transport-helper.c: mark more strings for translation

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

 



On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
> ---
> diff --git a/t/t5801-remote-helpers.sh b/t/t5801-remote-helpers.sh
> @@ -196,13 +196,13 @@ static struct child_process *get_helper(struct transport *transport)
> -                       die("Unknown mandatory capability %s. This remote "
> -                           "helper probably needs newer version of Git.",
> +                       die(_("Unknown mandatory capability %s. This remote "
> +                             "helper probably needs newer version of Git."),
>                             capname);

Did you want to downcase these and drop period for consistency with
others? Perhaps:

    unknown mandatory capability '%s'; this remote
    helper probably needs newer version of Git




[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]

  Powered by Linux