This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] localedata: bg_BG: use colon as time separator [BZ #19385] [committed]


From: Damyan Ivanov <dam+gnu@ktnx.net>

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 8c5a9d1..4b34661 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-29  Damyan Ivanov  <dam+gnu@ktnx.net>
+
+	[BZ #19385]
+	* locales/bg_BG (t_fmt): Change U002C (comma) to U003A (colon).
+	(t_fmt_ampm): Likewise.
+
 2015-12-11  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18491]
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 74e5ad4..ed12e25 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -185,9 +185,9 @@ LC_TIME
 d_t_fmt    "<U0025><U0078><U0020><U0028><U0025><U0061><U0029><U0020>/
 <U0025><U0058><U0020><U0025><U005A>"
 d_fmt      "<U0025><U0065><U002E><U0025><U006D><U002E><U0025><U0059>"
-t_fmt      "<U0025><U006B><U002C><U0025><U004D><U002C><U0025><U0053>"
+t_fmt      "<U0025><U006B><U003A><U0025><U004D><U003A><U0025><U0053>"
 am_pm      "";""
-t_fmt_ampm "<U0025><U006C><U002C><U0025><U004D><U002C><U0025><U0053>"
+t_fmt_ampm "<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053>"
 date_fmt   "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
-- 
2.6.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]