Bug 102798
| Summary: | Set the correct domain to show localized help option message | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Nakai <ynakai> | ||||||
| Component: | popt | Assignee: | Jeff Johnson <jbj> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 9 | CC: | 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: |
|
||||||||
Created attachment 93811 [details]
diff for popthelp.c
Created attachment 93812 [details]
ja.po under rpm/popt/po/ directory which you shouldn't miss
Added in CVS, should be in popt-1.8.1-0.32 when built. Thanks for the patch. *** Bug 102254 has been marked as a duplicate of this bug. *** |
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.