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

Re: Check whether a .po file is OK



On Wed, Oct 1, 2008 at 2:11 PM, Gerfried Fuchs <rhonda@deb.at> wrote:
>        Hi!
>
> Am Mittwoch, den 01.10.2008, 07:45 +0200 schrieb vince:
>> I wonder how I can check whether a .po file is OK or whether it has
>> error.
>
> msgfmt --statistics -o /dev/null $file  # should be enough, at least I
> am not really aware of any other reasonable check. If there are, I guess
> people will correct me happily.
>

msgfmt -cv  file.po
 -c does more checking.

Regards,
Karunakar


Reply to: