On Sun, Jul 13, 2008 at 6:47 PM, Cátia Kitahara <[EMAIL PROTECTED]> wrote: > Hi Nicolay, > > I was translating the wp-config-sample.php file and I followed the > instructions and created the file wp-content/languages/pt_BR.php with the > translation for 'put your unique phrase here'. However when I tested it, I > got this error message: > > $wp_default_secret_key = ''; > Warning: Cannot modify header information - headers already sent by (output > started at C:\xampplite\htdocs\wp26beta3\wp-content\languages\pt_BR.php:1) > in C:\xampplite\htdocs\wp26beta3\wp-admin\install.php on line 12 > > Did I do anything wrong?
Yes, since it is a php file, you should enclose its code in <?php and ?> Happy translating, Nikolay.
_______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
