README for eCorrei translations
2 February 2002
======================================

You can install a translation by copying the file (lang.xx.php)
into the directory where the other translations are (usually the
lang/ directory). Then you must change the config.php file so
eCorrei can use the translation. Add to following lines where the
other language lines are:

$languages[nr]->name = "Portugus";
$languages[nr]->code = "pt";

Replace "nr" with a appropiate number. Make sure all numbers of all
the $languages.. statements ascend with step 1. For example, like this:

$languages[0]->name = "English";
$languages[0]->code = "en";

$languages[1]->name = "Portugus";
$languages[1]->code = "pt";

$languages[2]->name = "Nederlands";
$languages[2]->code = "nl";


http://ecorrei.sourceforge.net/
