mirror of git://sourceware.org/git/glibc.git
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".
This commit is contained in:
parent
20a740b2b2
commit
d99b500e3d
|
@ -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 "";""
|
||||
|
|
Loading…
Reference in New Issue