[wp-polyglots] setup-config.php not fully translated in pt_BR, causing config problems

Nikolay Bachiyski nb at nikolay.bg
Fri Jan 8 17:51:31 UTC 2010


On Fri, Jan 8, 2010 at 19:43, Anderson Clayton <duquebilly at gmail.com> wrote:
> Any instructions about how could we fix that?
>

Look at the code in pt_BR/<branch>/dist/wp-admin/setup-config.php.

0. Make sure all the PHP code matches that in the WordPress core.
1. Find the lines reading replacing the default values like:

$configFile[$line_num] = str_replace("wordpress", $dbname, $line);

and change 'wordpress' to your default value. Do the same for
username, password and host.

Happy translating,
Nikolay.


More information about the wp-polyglots mailing list