Opened 11 years ago
Closed 10 years ago
#4029 closed defect (fixed)
Remove temporary fix: Previously non-upstreamed locales now available
Reported by: | cjl | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
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:
the ps_AF locale has since been upstreamed:
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.
Change History (2)
comment:1 Changed 10 years ago by cjl
comment:2 Changed 10 years ago by godiard
- Resolution set to fixed
- Status changed from new to closed
Already removed in 918606103b8aa6357a9a7cab826dfbcdc621f6a3
Locale for Aymara (ayc_PE) has been released in glibc
http://sourceware.org/bugzilla/show_bug.cgi?id=14828
Locale for Quechua (Cuzco-Collao) (quz_PE) has been submitted to glibc
http://sourceware.org/bugzilla/show_bug.cgi?id=15887
Assuming I can get quz_PE landed, it should appear in their next release (2.19?). When that has happened and we are using 2.19, we will want to unwind the "special case" handling of quz_PE in a manner similar to what is requested for this ticket
see also #3692
http://bugs.sugarlabs.org/ticket/3692