From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 8445D1F5AE for ; Tue, 18 May 2021 06:30:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240456AbhERGbS (ORCPT ); Tue, 18 May 2021 02:31:18 -0400 Received: from cloud.peff.net ([104.130.231.41]:57374 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234413AbhERGbR (ORCPT ); Tue, 18 May 2021 02:31:17 -0400 Received: (qmail 10598 invoked by uid 109); 18 May 2021 06:30:00 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 18 May 2021 06:30:00 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 5135 invoked by uid 111); 18 May 2021 06:30:01 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Tue, 18 May 2021 02:30:01 -0400 Authentication-Results: peff.net; auth=none Date: Tue, 18 May 2021 02:29:59 -0400 From: Jeff King To: Alex Henrie Cc: git@vger.kernel.org, gitster@pobox.com Subject: Re: [PATCH] setup: split "extensions found" messages into singular and plural Message-ID: References: <20210518061917.57556-1-alexhenrie24@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210518061917.57556-1-alexhenrie24@gmail.com> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, May 18, 2021 at 12:19:17AM -0600, Alex Henrie wrote: > It's easier to translate this way. Makes sense. I don't know about "easier to translate", since there are twice as many strings now. But certainly what the user sees will be more grammatically correct. :) -Peff