Bug 133739 - under text mode only english avaliable
Summary: under text mode only english avaliable
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: up2date
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bret McMillan
QA Contact: Fanny Augustin
URL:
Whiteboard:
Depends On:
Blocks: FC3Target FC4Target
TreeView+ depends on / blocked
 
Reported: 2004-09-27 03:10 UTC by Wei-Lun Chao
Modified: 2007-11-30 22:10 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-10-29 14:38:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Wei-Lun Chao 2004-09-27 03:10:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.3)
Gecko/20040922

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
LANG=de up2date --help

Actual Results:  english help

Expected Results:  german help

Additional info:

Comment 1 Ronny Buchmann 2004-10-06 22:28:35 UTC
I can confirm this. (This is already on FC2, maybe also earlier)
This problem happens with CLI and TUI.

I don't know, what the

--
py_bind_textdomain_codeset("redhat-dist", "UTF-8")
--

really does, but other tools have something like

--
import locale
from rhpl.translate import _, N_, textdomain_codeset
locale.setlocale(locale.LC_ALL, "")
textdomain_codeset("up2date", locale.nl_langinfo(locale.CODESET))
--

adding this to up2date works for me

Comment 2 Wei-Lun Chao 2005-05-18 06:17:09 UTC
also please remove:
/usr/share/locale/zh_TW.Big5/LC_MESSAGES/up2date.mo
/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/up2date.mo

because there is already:
/usr/share/locale/zh_TW/LC_MESSAGES/up2date.mo
/usr/share/locale/zh_CN/LC_MESSAGES/up2date.mo

Comment 3 Chester Cheng 2005-05-18 23:42:34 UTC
Hi Adrian,

Could you remove the

/usr/share/locale/zh_TW.Big5/LC_MESSAGES/up2date.mo
/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/up2date.mo

as Chao mentioned?

Thanks,
Chester

Comment 4 John Thacker 2006-10-29 14:38:29 UTC
Note that FC1 and FC2 are no longer supported even by Fedora Legacy, and FC3 and
FC4 are supported by Fedora Legacy only for security issues.  Please retest this
bug against a still supported version and retest.  If this still occurs on FC3
or FC4 and is a security issue, please reopen the bug and assign it to that
version and Fedora Legacy.  If it occurs on RHEL, please change to that product
and the appropriate version.

Note that up2date has been replaced by pirut/pup for FC5 and FC6, the only
fully-supported versions of Fedora Core.  Please test pirut for software updates
and file bugs as appropriate.


Note You need to log in before you can comment on or make changes to this bug.