Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#4370 closed defect (bug) (wontfix)

"It doesn't look like you've installed WP yet.(...)" in wp-settings.php should be localizable

Reported by: pitreck's profile Pitreck Owned by: rob1n's profile rob1n
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 @rob1n
16 years ago

  • Milestone set to 2.3
  • Owner changed from anonymous to rob1n
  • Status changed from new to assigned

#2 @rob1n
16 years ago

Should be able to do. l10n.php is included before that check, so it should be good.

#3 @rob1n
16 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [5606]) Localize the "you haven't installed WP yet" message. fixes #4370

#4 @rob1n
16 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#5 @rob1n
16 years ago

  • Milestone 2.3 deleted
  • Resolution set to wontfix
  • Status changed from reopened to closed

#6 @foolswisdom
16 years ago

Noting why it was reverted (not sure why he did not update the ticket):
Nikolay Bachiyski to wp-hackers
The text domain is not still loaded at this time. We have discussed that with Ryan before and it would better stay the old way for now -- uninternationalized.

Note: See TracTickets for help on using tickets.