Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #83013
    shikarime
    Member

    Hi! I need specific changes for my site http://www.nov-sh.com/?cat=4
    As you see on this page I use widget calendar and it show me days in English format (M T W T F S S), I need change it to (П В С Ч П С Н), becouse my site on Ukrainian language. I see via inspector (F12 in mozila) that code look like

    <th scope=”col” title=”понеділок”>M</th>
    <th scope=”col” title=”вівторок”>T</th>

    and the same lines.
    Can you tell me where I can change this letters to Ukrainian or how can I change date format or else to see Ukrainian letters in calendar.
    Thank You!

    #83057
    Mahesh
    Participant

    Hi @shikarime,

    For this you have to create child theme, replicate the core function (Calendar Widget) and customize it. This is out of theme support scope so I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    #83094
    shikarime
    Member

    Thank you!
    I also have a question about other English titles like “Posted in”, “Tagged”, “Leave a reply”, “Edit”, – where I can edit this “titles”???

    #83133
    Mahesh
    Participant

    Hi @shikarime,

    The text mentioned above are “footer-meta”, you can find it in catch-everest-pro/inc/template-tags.php‘s catcheverest_footer_meta function.
    You can override this function in the child theme.

    Let me know if I can help you further.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Language of days on calendar’ is closed to new replies.