From 47a8356221f29df5ab5647d49d38efb4dee3446b Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 19 Jun 2016 03:44:32 +0000 Subject: - Prefer to use %d over %e where the day of the month should be zero filled. - Since %e means the day of the month as well, regard %e as same as %d in md_order. Reported by: vangyzen Approved by: re (gjb) --- share/timedef/bg_BG.CP1251.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/timedef/bg_BG.CP1251.src') diff --git a/share/timedef/bg_BG.CP1251.src b/share/timedef/bg_BG.CP1251.src index 1cef47911e39..1e1a6a5d943b 100644 --- a/share/timedef/bg_BG.CP1251.src +++ b/share/timedef/bg_BG.CP1251.src @@ -53,7 +53,7 @@ %H:%M:%S # # x_fmt -%e.%m.%y г. +%d.%m.%y г. # # c_fmt %A %e %B %Y ã. %H:%M:%S @@ -80,7 +80,7 @@ äåêåìâðè # # md_order -m +dm # # ampm_fmt %I:%M:%S %p -- cgit v1.2.3