Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yivi/CMB2 into yivy-master
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsternberg committed Apr 15, 2015
2 parents cafdea4 + 5ca991f commit 5249429
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 156 deletions.
4 changes: 2 additions & 2 deletions includes/CMB2_hookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static function register_scripts() {
'date_picker' => array(
'changeMonth' => true,
'changeYear' => true,
'dateFormat' => __( 'mm/dd/yy', 'cmb2' ),
'dateFormat' => _x( 'mm/dd/yy', 'Valid formatDate string for jquery-ui datepicker','cmb2' ),
'dayNames' => explode( ',', __( 'Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday', 'cmb2' ) ),
'dayNamesMin' => explode( ',', __( 'Su, Mo, Tu, We, Th, Fr, Sa', 'cmb2' ) ),
'dayNamesShort' => explode( ',', __( 'Sun, Mon, Tue, Wed, Thu, Fri, Sat', 'cmb2' ) ),
Expand All @@ -183,7 +183,7 @@ public static function register_scripts() {
'secondText' => __( 'Second', 'cmb2' ),
'currentText' => __( 'Now', 'cmb2' ),
'closeText' => __( 'Done', 'cmb2' ),
'timeFormat' => __( 'hh:mm TT', 'cmb2' ),
'timeFormat' => _x( 'hh:mm TT', 'Valid formatting string, as per http://trentrichardson.com/examples/timepicker/', 'cmb2' ),
'controlType' => 'select',
'stepMinute' => 5,
),
Expand Down
Binary file modified languages/cmb2-es_ES.mo
Binary file not shown.
Loading

0 comments on commit 5249429

Please sign in to comment.