Max Kirillov <[email protected]> writes: > On Sat, Aug 04, 2018 at 08:34:08AM +0200, Duy Nguyen wrote: >> On Fri, Jul 27, 2018 at 5:50 AM Max Kirillov <[email protected]> wrote: >>> + if (max_request_buffer < req_len) { >>> + die("request was larger than our maximum size (%lu): " >>> + "%" PRIuMAX "; try setting GIT_HTTP_MAX_REQUEST_BUFFER", >>> + max_request_buffer, (uintmax_t)req_len); >> >> Please mark these strings for translation with _(). > > It has been discussed in [1]. Since it is not a local user > facing part, probably should not be translated. > > [1] https://public-inbox.org/git/[email protected]/
I'd support that design decision, FWIW.

