make calendar displays full day instead of the first letter

  • Author
    Posts
  • #32360
    Aw

    Hi

    i’d like to make calendar widget displays full day instead of the first letter, is it possible?

    I change the local.php
    from
    $this->weekday_initial[__(‘Sunday’)] = /* translators: one-letter abbreviation of the weekday */ __(‘S_Sunday_initial’);
    $this->weekday_initial[__(‘Monday’)] = /* translators: one-letter abbreviation of the weekday */ __(‘M_Monday_initial’);

    TO
    $this->weekday_initial[__(‘Sunday’)] = /* translators: one-letter abbreviation of the weekday */ __(‘Sunday_Sunday_initial’);
    $this->weekday_initial[__(‘Monday’)] = /* translators: one-letter abbreviation of the weekday */ __(‘Monday_Monday_initial’);

    but the look is bad there’s no space between days

Viewing 1 post (of 1 total)

The topic ‘make calendar displays full day instead of the first letter’ is closed to new replies.