Why strings in setup-config.php aren't wrapped in /*WP_I18N_SOMETHING*/ like no-gettext strings are in other files?<br><br><div class="gmail_quote">2010/1/8 Nikolay Bachiyski <span dir="ltr"><<a href="mailto:nb@nikolay.bg">nb@nikolay.bg</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Fri, Jan 8, 2010 at 19:43, Anderson Clayton <<a href="mailto:duquebilly@gmail.com">duquebilly@gmail.com</a>> wrote:<br>
> Any instructions about how could we fix that?<br>
><br>
<br>
</div>Look at the code in pt_BR/<branch>/dist/wp-admin/setup-config.php.<br>
<br>
0. Make sure all the PHP code matches that in the WordPress core.<br>
1. Find the lines reading replacing the default values like:<br>
<br>
$configFile[$line_num] = str_replace("wordpress", $dbname, $line);<br>
<br>
and change 'wordpress' to your default value. Do the same for<br>
username, password and host.<br>
<br>
Happy translating,<br>
<font color="#888888">Nikolay.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
wp-polyglots mailing list<br>
<a href="mailto:wp-polyglots@lists.automattic.com">wp-polyglots@lists.automattic.com</a><br>
<a href="http://lists.automattic.com/mailman/listinfo/wp-polyglots" target="_blank">http://lists.automattic.com/mailman/listinfo/wp-polyglots</a><br>
</div></div></blockquote></div><br>