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

Re: Gnome translation status.



On Tuesday 25 July 2006 08:09, Djihed Afifi wrote:
> On another note, when committing to CVS, is it necessary to include
> the number of translated messages in the commit message?
> How do you do it with the CL?
>
> Djihed
السلام عليكم
Yes, it is recommended to do so.

#! /bin/bash
for i in `find . -name "*.po"`; do echo $i; msgfmt -o /dev/null -cv $i; done