Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 632670 Details for
Bug 858801
[zh_TW] Please add Chinese (Taiwan) language to language selection menu in anaconda
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch
0001-Add-missing-languages-to-the-language-spokes.patch (text/plain), 1.01 KB, created by
Akira TAGOH
on 2012-10-24 09:38:48 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Akira TAGOH
Created:
2012-10-24 09:38:48 UTC
Size:
1.01 KB
patch
obsolete
>From 2f02df258e1e6bf8364bb296943c72bc5b812d3d Mon Sep 17 00:00:00 2001 >From: Akira TAGOH <akira@tagoh.org> >Date: Wed, 24 Oct 2012 18:34:53 +0900 >Subject: [PATCH] Add missing languages to the language spokes. > >--- > pyanaconda/localization.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/pyanaconda/localization.py b/pyanaconda/localization.py >index 47f4e01..d7c332c 100644 >--- a/pyanaconda/localization.py >+++ b/pyanaconda/localization.py >@@ -154,8 +154,8 @@ def get_available_translations(domain=None, localedir=None): > domain = domain or gettext._current_domain > localedir = localedir or gettext._default_localedir > >- langdict = babel.Locale('en', 'US').languages >- messagefiles = gettext.find(domain, localedir, langdict.keys(), all=True) >+ langdict = babel.localedata.list() >+ messagefiles = gettext.find(domain, localedir, langdict, all=True) > languages = [path.split(os.path.sep)[-3] for path in messagefiles] > > # usually there are no message files for en >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 858801
: 632670 |
632671
|
634517
|
634531