Bug 13949 - Correct L10n of country-name bg_BG
Summary: Correct L10n of country-name bg_BG
Status: RESOLVED DUPLICATE of bug 11484
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 13237
  Show dependency treegraph
 
Reported: 2012-04-06 02:32 UTC by Chris Leonard
Modified: 2014-06-25 11:21 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
L10n fix bg_BG (486 bytes, patch)
2012-04-06 02:32 UTC, Chris Leonard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Leonard 2012-04-06 02:32:03 UTC
Created attachment 6320 [details]
L10n fix bg_BG

Patch attached.

Country-name field of LC_ADDRESS should be in Bulgarian, not English

% Bulgaria
country_name "<U0042><U0075><U006C><U0067><U0061><U0072><U0069><U0061>"

should be:

% България
country_name "<U0411><U044A><U043B><U0433><U0430><U0440><U0438><U044F>"


Reference: lang-bg ISO-3166 L10n

http://anonscm.debian.org/gitweb/?p=iso-codes/iso-codes.git;a=blob;f=iso_3166/bg.po;h=2b47499ef9e9dea9aa233853ae7a1072caf7b0e8;hb=HEAD#l251



This is one of a number of such country-name corrections first identified in:
http://sourceware.org/bugzilla/show_bug.cgi?id=13237
Comment 1 Chris Leonard 2012-04-06 02:59:08 UTC
Pinged 

contact    "Delyan Toshev"
email      "delyant@yahoo.com"

for review and consent
Comment 2 Chris Leonard 2012-04-06 03:17:15 UTC
This is only one of the changes requested by

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

and if #11484 lands, this patch would not be needed as it is contained therein.
Comment 3 Chris Leonard 2012-04-06 03:37:29 UTC
However, per http://sourceware.org/bugzilla/show_bug.cgi?id=9865#c2

comment 2 and subsequent comments

I do not expect an ACK from the original maintainer.
Comment 4 Roumen Petrov 2012-04-06 20:37:27 UTC
Complete fix is attached to 11484

*** This bug has been marked as a duplicate of bug 11484 ***