Why strings in setup-config.php aren't wrapped in /*WP_I18N_SOMETHING*/ like no-gettext strings are in other files?
2010/1/8 Nikolay Bachiyski <[email protected]> > On Fri, Jan 8, 2010 at 19:43, Anderson Clayton <[email protected]> > 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. > _______________________________________________ > wp-polyglots mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-polyglots >
_______________________________________________ wp-polyglots mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-polyglots
