[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What to do with .pot files.
- To: doc at arabeyes dot org
- Subject: Re: What to do with .pot files.
- From: Isam Bayazidi <bayazidi at arabeyes dot org>
- Date: Tue, 11 Jun 2002 14:29:32 -0300
- User-agent: KMail/1.4.1
On Tuesday 11 June 2002 08:14, Hicham Amaoui wrote:
> Usama no wrote:
> >Hallo all,
> >
> >We know that .pot files that are translated and saved as .po files should
> > be deleted. Should the translator do that or should he leave this task to
> > the coordinator of the translation team, Isam.
>
> It's the translator job
The Translator can do it .. and should do it when possible
>
> >If the translater is entitled to do this, please mail me the appropriate
> >command.
>
> you first remove the file:
> rm -f file.po
it is infact:
$ rm -f file.pot
well you remove the POT file not the PO .. it seems that Hicham got confused:
> then you tell cvs you did so:
> cvs remove file.po
> cvs commit file.po
Again the actual command should be for the POT file not the PO as following:
$ cvs remove file.pot
$ cvs commit
Take care
--
Yours,
Isam Bayazidi
Amman - Jordan
====================================================
Think Linux + Think Arabic = Think www.arabeyes.org
====================================================