[wp-trac] [WordPress Trac] #4370: "It doesn't look like you've
installed WP yet.(...)" in wp-settings.php should be localizable
WordPress Trac
wp-trac at lists.automattic.com
Thu May 31 01:52:34 GMT 2007
#4370: "It doesn't look like you've installed WP yet.(...)" in wp-settings.php
should be localizable
---------------------+------------------------------------------------------
Reporter: Pitreck | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: i18n | Version: 2.2
Severity: normal | Keywords:
---------------------+------------------------------------------------------
This text is in 145 line of the wp-settings.php file:
{{{
else
$link = 'wp-admin/install.php';
wp_die(sprintf("It doesn't look like you've installed WP yet. Try
running <a href='%s'>install.php</a>.", $link));
}
}}}
and it isn't localizable through .po file. I know user can only see this
message when trying to access the main page of a blog while WP isn't yet
installed, but then one might start thinking that he/she did something
wrong, because the message isn't in language set for that blog.
--
Ticket URL: <http://trac.wordpress.org/ticket/4370>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list