Bug 204022

Summary: passwd command is not localized
Product: [Fedora] Fedora Reporter: Pierre Sarrazin <sarrazip>
Component: passwdAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, piotrdrag
Target Milestone: ---Keywords: FutureFeature, i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: passwd-0.74-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-12 22:02:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150225    

Description Pierre Sarrazin 2006-08-25 02:31:19 UTC
Description of problem:
The passwd command always displays in English, regardless of the LANG
environment variable.

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

How reproducible:
Always.

Steps to Reproduce:

$ echo $LANG
en_US
$ echo $LC_ALL

$ /bin/ls x
/bin/ls: x: No such file or directory
$ LANG=fr_CA /bin/ls x
/bin/ls: x: Aucun fichier ou répertoire de ce type
$ /usr/bin/passwd
Changing password for user ps.
Changing password for ps
(current) UNIX password:
passwd: Authentication token manipulation error
$ LANG=fr_CA /usr/bin/passwd
Changing password for user ps.
Changing password for ps
(current) UNIX password:
passwd: Authentication token manipulation error


Expected results:
French strings for the passwd command, as with ls.

Comment 1 Akira TAGOH 2006-08-25 10:43:43 UTC
reassigning to correct component.

Comment 2 Tomas Mraz 2006-08-25 10:50:41 UTC
Passwd is not localized yet.