Re: [PATCH 22/22] transport-helper.c: mark more strings for translation
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:32:56
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:32:56
On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy [off-list ref] wrote:
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted> ---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