This is the mail archive of the glibc-bugs@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]

[Bug localedata/11484] bg_BG: updated locale


https://sourceware.org/bugzilla/show_bug.cgi?id=11484

--- Comment #26 from Mike Frysinger <vapier at gentoo dot org> ---
there's a ton going on here, and bg_BG has been updated since.  let's distill
the changes down.  we really don't want to see fully new locale files with tons
of extraneous noise (like specs in the comments) added.

some of these updates we'll just have to go with for now until we can get the
details out of CLDR.

* LC_COLLATE ... i'll just go with this one.

* LC_MONETARY
  -mon_thousands_sep         "<U00A0>"
  +mon_thousands_sep         ""
  -mon_grouping              3;3
  +mon_grouping              -1
  -grouping                  3;3
  +grouping                  -1

* LC_TIME
  -d_t_fmt "%x (%a) %X %Z"
  +d_t_fmt "%a %-d %b %Y %T %Z"

  -d_fmt "%e.%m.%Y"
  +d_fmt "%-d.%-m.%Y"

  -t_fmt "%k:%M:%S"
  +t_fmt "%T"

  +era "+:0:0/1/1:+*:ÑÐ.Ð.Ð.:%Ey %EC";/
  +    "+:0:-1/12/31:-*:ÐÑ.Ð.Ð.:%Ey %EC"
  +date_fmt   "%A %-d %B %Y %T %Z"
  +era_d_t_fmt    "%a %-d %b %EY %T %Z"
  +era_d_fmt      "%-d.%-m.%EY"

  +cal_direction 2

These LC_TIME settings are wrong for sure:
  -week 7;19971130;4
  +week 7;19971201;1
  -first_weekday 2
  +first_weekday 1
  +first_workday 1

* LC_NAME
  -name_fmt  "%s%t%g%t %m%t%f"
  +name_fmt  "%S%t%g%t %m%t%f"
  -name_mr   "Ð-ÐÐÐ"
  +name_mr   "Ð-Ð"

* LC_ADDRESS
  -postal_fmt "%f%N%a%N%d%N%b%N%sN%h, %e, %r%N%z %T%N%c%N"
  +postal_fmt "%a%N%f%N%d%N%b%N%s %h, %e, %r%N%z %T%N%c%N"

* LC_TELEPHONE
  -tel_int_fmt "(+%c %a) %l"
  +tel_int_fmt "+%c %a %l"
  -tel_dom_fmt "(0%a) %l"
  +tel_dom_fmt "0%a %l"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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