• Resolved screen-b

    (@screen-b)


    Thanks for resolving last issue. Works ??

    Some more hints

    1. For Jerry: “There are no events to display:” in simple-events-calendar.php is not yet prepared for localization.
    Has to be: __(‘There are no events to display:’,SE_TEXTDOMAIN);

    2. For users:
    To get day and month in your language (e.g. Deutsch) write in simple-events-calendar.php:
    setlocale(LC_ALL, ‘de_DE@euro’, ‘de_DE’, ‘deu_deu’);(adjust to your language)
    just after the first <?php
    NOTE: Change is gone after update

    3. Question: How can I change the date from “So Juni 9” (german day and month) to “So, 9. Juni”?

    https://www.ads-software.com/extend/plugins/simple-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi screen-b,

    Thanks for pointing out the unlocalized string, I’ll get that sorted in the next release. With respect to the date presentation, this is something that I’m working on as well. So both are in progress ??

    Thanks,
    Jerry

    Hello @screen-b

    setlocale(LC_ALL, ‘de_DE@euro’, ‘de_DE’, ‘deu_deu’);(adjust to your language)
    just after the first <?php

    Doesn’t works.

    BR

    M.

    I have problems with the german word m?rz. In simple events calendar (date) ‘?’ is a triangle:(

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Localization’ is closed to new replies.