Why strings in setup-config.php aren&#39;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">&lt;<a href="mailto:nb@nikolay.bg">nb@nikolay.bg</a>&gt;</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 &lt;<a href="mailto:duquebilly@gmail.com">duquebilly@gmail.com</a>&gt; wrote:<br>

&gt; Any instructions about how could we fix that?<br>
&gt;<br>
<br>
</div>Look at the code in pt_BR/&lt;branch&gt;/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(&quot;wordpress&quot;, $dbname, $line);<br>
<br>
and change &#39;wordpress&#39; 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>