Offer start_of_week for translation. see #19601.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-01-29 04:21:53 +00:00
parent 2f4c545761
commit 0b169b5361
1 changed files with 2 additions and 1 deletions

View File

@ -359,7 +359,8 @@ function populate_options() {
'blogdescription' => __('Just another WordPress site'),
'users_can_register' => 0,
'admin_email' => 'you@example.com',
'start_of_week' => 1,
/* translators: default start of the week. 0 = Sunday, 1 = Monday */
'start_of_week' => _x( '1', 'start of week' ),
'use_balanceTags' => 0,
'use_smilies' => 1,
'require_name_email' => 1,