Bug 102798

Summary: Set the correct domain to show localized help option message
Product: [Retired] Red Hat Linux Reporter: Nakai <ynakai>
Component: poptAssignee: Jeff Johnson <jbj>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 9CC: goeran, menthos
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-21 14:58:04 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:
Attachments:
Description Flags
diff for popthelp.c
none
ja.po under rpm/popt/po/ directory which you shouldn't miss none

Description Nakai 2003-08-21 09:28:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.2.1) Gecko/20030225

Description of problem:
popt help option is gettextized but there is no
domain specification, so that is as same as nothing
even while translators translate so much.


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


How reproducible:
Always

Steps to Reproduce:
1. msgfmt -o /usr/share/locale/ja/LC_MESSAGES/popt.mo popt-ja.po
2. Run LANG=ja_JP.eucJP gnumeric --help
3. See the description of --help or --usage. Localized?
    

Actual Results:  English

Expected Results:  Japanese

Additional info:

This bug prevents whooole GNOME/GTK+2 apps from showing
up the fully localized help option messages, for all languages...

And, the is a trivial fix.

Comment 1 Nakai 2003-08-21 09:29:32 UTC
Created attachment 93811 [details]
diff for popthelp.c

Comment 2 Nakai 2003-08-21 09:30:31 UTC
Created attachment 93812 [details]
ja.po under rpm/popt/po/ directory which you shouldn't miss

Comment 3 Jeff Johnson 2003-08-21 14:58:04 UTC
Added in CVS, should be in popt-1.8.1-0.32 when built.

Thanks for the patch.

Comment 4 Bill Nottingham 2003-08-22 15:18:49 UTC
*** Bug 102254 has been marked as a duplicate of this bug. ***