From patchwork Mon Dec 30 10:54:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1216342 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-108358-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=quarantine dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="Zm2NVU3C"; dkim=pass (2048-bit key; secure) header.d=lingonborough.com header.i=@lingonborough.com header.b="s2keXNIN"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 47mZ7f2LJ3z9sRC for ; Mon, 30 Dec 2019 21:54:38 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=W3v fLm21RehyvpY6Ys4q6SjtYjLdp0Qty4AZgApDAaHpBIECs4s1yPQC0xNMczD8hDk +Y+S6EomrPNbprNAG33yQgD1XvKdSTxDighkEy3sE70Cvu2B0Kh2EiNYee00vyKv Fo9xIhM9j3XL9Nmrp6IJktTVBoag8O9NEgbtiVKQ= 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:date:from:to:message-id:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=SuCH2j3/f Ue8tipExyfWJGLfZUY=; b=Zm2NVU3Cq3Wnw4LfysJeDewFgHNpQTXCilKTiAYDg Bq5r2+W+o4WotHaB5DPh9cQsb5izjDtUarq3nt1cAzC9oOzHpmL885OJGVzmkqx+ PhwONuz7vNZuJfEeuyIsh+NPY56z5ljjlpHJEbGWKUTT039HCnRCqR/LhjSrgyhT Z8= Received: (qmail 58150 invoked by alias); 30 Dec 2019 10:54:32 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 58140 invoked by uid 89); 30 Dec 2019 10:54:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, WEIRD_QUOTING, XPRIO autolearn=ham version=3.3.1 spammy=Google, google X-HELO: shared-ano163.rev.nazwa.pl DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lingonborough.com; s=1568761524.internal; t=1577703269; bh=2B3LbIyBQYiOrXx9qMvRicKNQh4MzYSAzqBCFcY+Sik=; h=Date:From:To:Subject; b=s2keXNINyZtFKc1q5XLE5Bfebkt1SENAvx2s/SIFdzYvZtnVswuVQYhC47COalaiL woAlfEIzwqzJ5A7rAtuHM9jzPo+MKDR1K5WZTyKx6PvgUiPT8LOY18r1HI8EORScKl cxTo+sRWBgZ/M52jDIJ1FACiu625ghhfGrzDKRtsjxeOpkKNy+GL57mjrjlCi/XUqb ZYchE81gB//Pbe4AiBIBfcHDmpQJeuAJjsUuDlqkAPpdgzcTmEgny4dibY2HC89KG+ /zNrLzj+eDdxsl6Q0WS6YTH4PG5jfW8hR9LsoTbGOb99iT4kvjX+17uRUbxBeQctf0 cNzxyHQyJOIQA== X-Spam-Score: -0.999 Date: Mon, 30 Dec 2019 11:54:12 +0100 (CET) From: Rafal Luzynski To: GNU C Library Message-ID: <635923383.613726.1577703252446@poczta.nazwa.pl> Subject: [PATCH COMMITTED] lv_LV locale: Correct the time part of d_t_fmt (bug 25324) MIME-Version: 1.0 From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?= Date: Mon, 30 Dec 2019 11:42:46 +0100 Currently d_t_fmt formats time as "plkst. %H un %M". A quick Google search says that "plkst." means "o’clock" and "un" means "and". Also this format does not display seconds. CLDR does not mention anything like that. We have no reason to use anything different than "%H:%M:%S". --- localedata/locales/lv_LV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localedata/locales/lv_LV b/localedata/locales/lv_LV index a20cbdde46..8939f46484 100644 --- a/localedata/locales/lv_LV +++ b/localedata/locales/lv_LV @@ -182,7 +182,7 @@ mon "janvris";/ "oktobris";/ "novembris";/ "decembris" -d_t_fmt "%A, %Y. gada %e. %B, plkst. %H un %M" +d_t_fmt "%A, %Y. gada %e. %B, %H:%M:%S" d_fmt "%Y.%m.%d." t_fmt "%T" am_pm "";""