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:
parent
2f4c545761
commit
0b169b5361
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue