[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnome translation status.
- To: Documentation and Translation <doc at arabeyes dot org>
- Subject: Re: Gnome translation status.
- From: Youssef Chahibi <chahibi at gmail dot com>
- Date: Tue, 25 Jul 2006 11:10:41 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=X/g1FaGpBNPGGNCXHz/RcySUofAikcDAvNytoLKJZj7RL+IC0G4vB/NahGQQacMOLpP6lBn6yINE3R0I1FDbzNPgfjMKXs0K2t22pwdcrxs8RdsYcvakXWH1sjTcdd85LDAJsRl/vrcJeNCPbNZt5dxJ4HdkL5m6ijao6Dtf0tU=
- User-agent: KMail/1.9.3
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