Re: [PATCH v9 1/1] http: Add Accept-Language header if possible
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:03:55
Jeff King [off-list ref] writes:
Perhaps it would be less risky to stick get_preferred_languages() into gettext.c, like the patch below. Then we do not have to worry about locale.h introducing other disruptive includes. The function is not technically about gettext, but it seems reasonable to me to stuff all of the i18n code together.
Yeah, I like that a lot better. Thanks.