[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS log messages language
- To: doc at arabeyes dot org
- Subject: CVS log messages language
- From: Youssef Chahibi <chahibi at gmail dot com>
- Date: Fri, 8 Sep 2006 21:05:02 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=jv2opNapOP047XCR3S5L9e5ZkkyAGJDaW4dpDkodNLrflyWqGkCKBWsWppyo2ZZYU4JAb/WMdR1sYFh4ehxuyZpmdDs8AeXO6sg8kXIC7RdU3gkzO4NF43aIS90IdZUQlvCegTVHX2yMt25+JyylUusxxdp8V9UryTWDa9SgpO4=
- User-agent: KMail/1.9.4
السلام عليكم
To fulfill consistent logs in translations, it would be better to use the
output of msgfmt --statistics -o /dev/null file.po or msgfmt -cv -o /dev/null
file.po in English. If your environment is not set to English you may want to
use this command:
export LC_ALL=en_US; cvs commit -m `msgfmt --statistics file.po`
or
export LC_ALL=en_US; msgfmt --statistics file.po
or
export LC_ALL=en_US; msgfmt -cv file.po
Thanks Khaled for reporting.