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