[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: Hicham Amaoui <amaoui at altern dot org>
- Date: Tue, 11 Jun 2002 13:39:48 +0200
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
Isam Bayazidi wrote:
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:
Sorry, I was distracted, but I think he got the idea ;-)
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