#4370 closed defect (bug) (wontfix)
"It doesn't look like you've installed WP yet.(...)" in wp-settings.php should be localizable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.2 |
| Component: | I18N | Keywords: | |
| Focuses: | Cc: |
Description
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.
Change History (6)
#1
@
19 years ago
- Milestone set to 2.3
- Owner changed from anonymous to rob1n
- Status changed from new to assigned
#4
@
19 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reverted by http://trac.wordpress.org/changeset/5615
Note: See
TracTickets for help on using
tickets.
Should be able to do. l10n.php is included before that check, so it should be good.