[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS log messages language



السلام عليكم

	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.