Skip to content

Date picker doesn't show correctly when change the Wordpress language to Simplified Chinese #1044

@williamjieh

Description

@williamjieh

Expected Behavior:

text_date show calendar correctly

Actual Behavior:

text_date show calendar strangely when change wordpress language to Simplified Chinese

Steps to reproduce (I have confirmed I can reproduce this issue on the trunk branch):

  1. At wordpress admin Settings -> General page, change the language to Simplified Chinese
  2. use date picker, the calendar doesn't show correctly

CMB2 Field Registration Code:

add_action( 'cmb2_admin_init', 'yourprefix_register_demo_metabox' );
function yourprefix_register_demo_metabox() {

	$cmb = new_cmb2_box( array(
		// Box Config...
	) );

	$cmb->add_field( array(
		// Field Config...
	) );

	// Additional fields...
}

screen shot 2017-10-31 at 5 05 37 pm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions