philip Fri Nov 15 01:30:56 2002 EDT Modified files: /phpdoc/howto cvs.xml Log: Note: pt_BR looks different from the rest. Index: phpdoc/howto/cvs.xml diff -u phpdoc/howto/cvs.xml:1.7 phpdoc/howto/cvs.xml:1.8 --- phpdoc/howto/cvs.xml:1.7 Thu Jul 18 05:31:55 2002 +++ phpdoc/howto/cvs.xml Fri Nov 15 01:30:56 2002 @@ -294,19 +294,28 @@ you should check out this module is strictly defined. You should check out any translation's module under the <filename>phpdoc</filename> directory you have created above with your previous checkout. - So change the directory to the phpdoc diretory and issue a + So change the directory to the phpdoc directory and issue a command + like: <informalexample> <programlisting> $ cvs checkout <parameter>phpdoc-it-dir</parameter> </programlisting> </informalexample> - command. Substitute the "it" part with your langauge code. You can + </para> + <para> + Substitute the "it" part with your langauge code. You can check out any number of translations as you need, and you need not check out any translation if you would not like to work with it. To work with the English files, no translation module needs to be checked out. </para> - + <note> + <title>Note: Brazilian Portuguese</title> + <para> + The format of this translations name differs from the rest in that it's + called <literal>pt_BR</literal> + </para> + </note> </sect1> <sect1 id="cvs-update">
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php