if ( this.fullMonthNames && !this.shortMonthNames ) {
            this.shortMonthNames = {};
            // eslint-disable-next-line no-jquery/no-each-util
            $.each( this.fullMonthNames, function ( k, v ) {
                this.shortMonthNames[ k ] = v.slice( 0, 3 );