[Bugs] #4449 sugar UNSP: "Spanish" not translated in My Settings language section
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Fri Mar 1 08:39:45 EST 2013
#4449: "Spanish" not translated in My Settings language section
------------------------------------------+---------------------------------
Reporter: manuq | Owner: manuq
Type: defect | Status: new
Priority: Unspecified by Maintainer | Milestone: 1.0
Component: sugar | Version: Unspecified
Severity: Unspecified | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by manuq):
For an external option, PyICU (yum install pyicu) looks better:
{{{
>>> from PyICU import Locale
>>> locale = Locale('es_UY')
>>> print locale.getDisplayName(locale)
español (Uruguay)
}}}
{{{
>>> locale = Locale('el_EL')
>>> print locale.getDisplayName(locale)
Ελληνικά (EL)
}}}
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/4449#comment:6>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list