Re: [PATCH 09/22] connect.c: mark more strings for translation
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:55:20
From: Eric Sunshine <hidden>
Date: 2018-06-03 08:55:20
On Sat, Jun 2, 2018 at 12:32 AM, Nguyễn Thái Ngọc Duy [off-list ref] wrote:
There are also some rephrasing and breaking sentences to help translators. Signed-off-by: Nguyễn Thái Ngọc Duy <redacted> ---diff --git a/connect.c b/connect.c@@ -921,7 +928,7 @@ static enum protocol parse_connect_url(const char *url_orig, char **ret_host, if (!path || !*path) - die("No path specified. See 'man git-pull' for valid url syntax"); + die(_("no path specified. See 'man git-pull' for valid url syntax"));
Perhaps:
no path specified; see 'man git-pull' for valid url syntax
?