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

Re: What to do with .pot files.



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