Bug 1090229
| Summary: | RFE: Display language name according to the language chooser, not the zanata system server locale | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Zanata | Reporter: | Ding-Yi Chen <dchen> | ||||
| Component: | Component-UI | Assignee: | Michelle Kim <mkim> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Zanata-QA Mailling List <zanata-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3 | CC: | damason, zanata-bugs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-07-31 01:20:48 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Ding-Yi Chen
2014-04-23 01:51:43 UTC
Created attachment 888703 [details]
Screenshot: languages in Name column are NOT shown in language in language chooser
Technical note: this is caused by using ULocale.getDisplayName() in HLocale.retrieveDisplayName(), which is using the default language for the server. If we supply the user-selected display locale as an argument to getDisplayName() it will display correctly for the user regardless of server locale setting. Still reproducable in Zanata 3.6.0 (git-server-3.6.0) Migrated; check JIRA for bug status: http://zanata.atlassian.net/browse/ZNTA-444 |