From d99b500e3da713416ee8bff8f3f9799411c811a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?= Date: Mon, 30 Dec 2019 11:42:46 +0100 Subject: lv_LV locale: Correct the time part of d_t_fmt (bug 25324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 a20cbdd..8939f46 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 "";"" -- cgit v1.1