Bug 441172

Summary: Sec 3.5: need a little more kindness
Product: [Fedora] Fedora Documentation Reporter: Noriko Mizumoto <noriko>
Component: translation-quick-start-guideAssignee: Noriko Mizumoto <noriko>
Status: CLOSED NEXTRELEASE QA Contact: A S Alam <aalam>
Severity: low Docs Contact:
Priority: low    
Version: develCC: mospina, mshao, piotrdrag, stickster
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-08-31 12:37:52 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:

Description Noriko Mizumoto 2008-04-07 00:02:18 UTC
Description of problem:
The consequence has not been described, thus the user can easily trip over.

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

How reproducible:
Always

Expected results:
A little more description to be added.

Step 2
Add "-o" option
$msgfmt -o system-config-firewall.mo ja.po
(the '-o' option will ensure that your file is named system-config-firewall.mo 
rather than messages.mo)

Step 3
Add to the process to be root user and the process to exit root user
$ su
(you need to be root to copy files to the LC_MESSAGES directory)$ 
mv system-config-firewall.mo
/usr/share/locale/ja/LC_MESSAGES/system-config-firewall.mo
$ exit

Step4
Use the example package command to clear explaination
$ LANG=ja_JP.UTF-8 system-config-firewall

Comment 1 Noriko Mizumoto 2008-04-18 06:45:55 UTC
Corrected