public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] lv_LV locale: Correct the time part of d_t_fmt (bug 25324)
@ 2019-12-30 10:51 Rafal Luzynski
  0 siblings, 0 replies; only message in thread
From: Rafal Luzynski @ 2019-12-30 10:51 UTC (permalink / raw)
  To: glibc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 1136 bytes --]

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d99b500e3da713416ee8bff8f3f9799411c811a2

commit d99b500e3da713416ee8bff8f3f9799411c811a2
Author: Rafał Lużyński <digitalfreak@lingonborough.com>
Date:   Mon Dec 30 11:42:46 2019 +0100

    lv_LV locale: Correct the time part of d_t_fmt (bug 25324)
    
    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".

Diff:
---
 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 a20cbdd..8939f46 100644
--- a/localedata/locales/lv_LV
+++ b/localedata/locales/lv_LV
@@ -182,7 +182,7 @@ mon      "janv<U0101>ris";/
          "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    "";""


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-30 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 10:51 [glibc] lv_LV locale: Correct the time part of d_t_fmt (bug 25324) Rafal Luzynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).