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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 26C761F4C1 for ; Fri, 25 Oct 2019 21:10:31 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=ui7QHze38Rx3Jy2RLdTy5AdqgDxlkwdDz1LZjiF6kfd fqo/fv0l2gGzrDiUGa7pmcIj1fYsjABMYtFSjFxwME31rhWTfNFgf09c37SucTkG cC2Wbl/1n52W2Ms0N8WkijH2IdU1+u/pQcoLs/xVyKsTlGODZw2qT7v48GAxB3rI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=MMZ0ndcvkLSsxDjjIXQ3+4wQ2uQ=; b=fDLUjdCwzKvd5jSX6 jYAxVtzhs+ie3SQlHLPDuJJPjmExfSVf5Cma/LJt/rqXCMhwhGQtiDUYh2ZQ5H0c uhQ60vIyzjcXaW526fBkVxIG5JWbA3YV6JUTIfipnXpR+y0f3DsTBJZk//UaycVV /xYSLKbZGF2RU8zwzc/hAsZ9W8= Received: (qmail 56484 invoked by alias); 25 Oct 2019 21:10:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 56472 invoked by uid 89); 25 Oct 2019 21:10:27 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: albireo.enyo.de From: Florian Weimer To: Carlos O'Donell Cc: Mike FABIAN , libc-alpha@sourceware.org Subject: Re: [PATCH v2] Sync "language", "lang_name", "territory", "country_name" References: Date: Fri, 25 Oct 2019 23:10:23 +0200 In-Reply-To: (Carlos O'Donell's message of "Fri, 25 Oct 2019 17:08:19 -0400") Message-ID: <877e4sila8.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable * Carlos O'Donell: > On 9/18/19 11:19 AM, Mike FABIAN wrote: >> According to feedback from Rafa=C5=82 Lu=C5=BCy=C5=84ski, I made >>=20 >> country_name "Polska" >>=20 >> instead of "Polsko" in szl_PL. >>=20 >> The rest of the patch is unchanged. New patch attached. > > Great work here. > > Is there any way we can make the sync automated? I recommend against that because it has introduced regressions in the past. See bug 15601.