Re: [PHP-DOC] An error in howto

2002-11-15 Thread Gabor Hojtsy
| But adding the -dir causes a different and more appropriate | directory to be created: | | $ cvs checkout phpdoc-pt_BR-dir | $ cd pt_BR/ | | $ cvs checkout phpdoc-it-dir | $ cd it/ | | I'm not that familiar with the translation process but | believe the -dir should be used for all translatio

Re: [PHP-DOC] An error in howto

2002-11-15 Thread Gregory Song
Well, as I and other people practised in the Simplefiled Chinese Translation(phpdoc-zh molude), we MUST add a -dir when we checkout like: cvs checkout phpdoc-zh-dir if we run: cvs checkout phpdoc-zh This will do create a phpdoc-zh dir under /phpdoc/, but the file it downloads into the phpdoc-zh i

Re: [PHP-DOC] An error in howto

2002-11-14 Thread Philip Olson
Hello Fernando- I added a note to make this difference clearer as pt_BR does look a little different than the rest. Regarding the -dir part, that just changes where it goes and works for all languages. For example in the phpdoc/ directory: $ cvs checkout phpdoc-pt_BR $ cd phpdoc-pt_BR/ $ cv

[PHP-DOC] An error in howto

2002-11-14 Thread Fernando Correa da Conceição
cvs checkout phpdoc-it-dir This is a example for download the documentetion from cvs in Italian. I don´t know if it´s sure, but this model is not valid for Brazilian Portuguese. cvs checkout phpdoc-pt_BR This is without any "dir" File cvs.xml, in html result is cvs-checkout.html Fernando Corr