From b69b5b3e3e5a5cd9e693db1dc8c94e621561aa95 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 29 Dec 2015 13:45:25 -0500 Subject: localedata: bg_BG: use colon as time separator [BZ #19385] The only official source is the "Official spelling dictionary of the Bulgarian language, Prosveta 2012", which states there are three ways to separate time components: comma, colon and dot. That same dictionary doesn't say which one is preferred. So I turned to the mailing list of the translators of free software in Bulgarian. The consensus is that colon is the only separator that is widely used in Bulgarian texts and everything else will just be confusing. URL: http://lists.ludost.net/pipermail/dict/2015-December/000538.html --- localedata/ChangeLog | 6 ++++++ localedata/locales/bg_BG | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8c5a9d1b7c..4b34661af1 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2015-12-29 Damyan Ivanov + + [BZ #19385] + * locales/bg_BG (t_fmt): Change U002C (comma) to U003A (colon). + (t_fmt_ampm): Likewise. + 2015-12-11 Joseph Myers [BZ #18491] diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG index 74e5ad4c29..ed12e25e98 100644 --- a/localedata/locales/bg_BG +++ b/localedata/locales/bg_BG @@ -185,9 +185,9 @@ LC_TIME d_t_fmt "/ " d_fmt "" -t_fmt "" +t_fmt "" am_pm "";"" -t_fmt_ampm "" +t_fmt_ampm "" date_fmt "/ / " -- cgit 1.4.1