[Bugs] #4029 sugar UNSP: Remove temporary fix: Previously non-upstreamed locales now available
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Fri Oct 12 00:39:58 EDT 2012
#4029: Remove temporary fix: Previously non-upstreamed locales now available
------------------------------------------+---------------------------------
Reporter: cjl | Owner: erikos
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: sugar | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
lines 48 to 52 of
http://git.sugarlabs.org/sugar/mainline/blobs/master/extensions/cpsection/language/model.py
#FIXME: This is a temporary workaround for locales that are essential to
# OLPC, but are not in Glibc yet.
locales.append(('Kreyol', 'Haiti', 'ht_HT.utf8'))
locales.append(('Dari', 'Afghanistan', 'fa_AF.utf8'))
locales.append(('Pashto', 'Afghanistan', 'ps_AF.utf8'))
The ht_HT locale has since been upstreamed:
http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/ht_HT;h=8ec865d1ce051956821fff98320f9d13cc7720e6;hb=HEAD
the ps_AF locale has since been upstreamed:
http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/ps_AF;h=7f686abbb55af519cc6f96c5c180d412fc042340;hb=HEAD
We need to maintain this for Dari (fa_AF) and we may want to add entries
for Quechua (quz) and Aymara (isocode in question, currently aym, likely
to change to ayc).
For now, we should probably just remove the ht_HT and ps_AF lines.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4029>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list