• Resolved Li-An

    (@li-an)


    Thanks for the update !
    Some suggestions: the calendar is in english – even in french installation. Don’t know why.
    And maybe it could be cool to have an option to change the day of the begin of the week. Traditionally, the week begins monday in France and the calendar beginning Sunday is a little disturbing for french users – and some from other countries I suppose.

    http://ww.wp.xz.cn/plugins/schedule-posts-calendar/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Greg Ross

    (@gregross)

    You can change the start of the week in the options page.

    Translating the calendar control is a little trickier as it is JavaScript based, but I’ve been thinking about how to do it and might have a solution shortly.

    Thread Starter Li-An

    (@li-an)

    Thanks for the answer. Sorry I did not find the option before.

    Thread Starter Li-An

    (@li-an)

    Thanks for the update… but it does not seem to work on my site. The options shows all date… already in french (see capture here: http://tof.canardpc.com/view/0f477ab8-96e0-4a08-bd2d-0a894f840839.jpg) but the calendar itself is not translated 🙁

    Plugin Author Greg Ross

    (@gregross)

    If you disabled the “override” option what happens?

    Can you go to the edit posts page, view the source of the page and find a snipit of code in the html header like:

    <script type="text/javascript">
    function SchedulePostsCalenderLang() {
        var langs = { Today:"Today", Cancel:"Cancel", Update:"Update", OK:"OK"};
        return langs;
        }
    </script>

    Yours should like a little more complex. Copy and paste it here so I can see what’s going on.

    Thanks.

    Thread Starter Li-An

    (@li-an)

    Well, here it is. I did test with “override” disabled.

    <script type=”text/javascript”>
    function SchedulePostsCalenderLang() {
    var langs = { Today:”Today”, Cancel:”Cancel”, Update:”Update”, OK:”OK”};
    return langs;
    }
    </script>`

    Plugin Author Greg Ross

    (@gregross)

    Found the problem, inverted logic test. I’ll put up a fixed shortly.

    Thread Starter Li-An

    (@li-an)

    Thanks. Again 🙂

    Plugin Author Greg Ross

    (@gregross)

    Ok, 4.1 is up, which should fix the problem.

    Thread Starter Li-An

    (@li-an)

    Great ! Except Thursday and Tuesday 🙂 Strange.
    See here: http://tof.canardpc.com/view/bf5003fe-03bf-4000-bb8c-02ceeee8f364.jpg

    Plugin Author Greg Ross

    (@gregross)

    Can you take a look at the html source again and send the script source?

    And try the override setting.

    Plugin Author Greg Ross

    (@gregross)

    Found the issue, new version on the way.

    Plugin Author Greg Ross

    (@gregross)

    Here’s a question for you… In your opinion, in the WordPress settings menu, should “Schedule Posts Calendar” be translated to the local language or left as english?

    Thread Starter Li-An

    (@li-an)

    It’s better in english because when you search for options, you search the name of the plugin. But it’s only my opinion 🙂

    Plugin Author Greg Ross

    (@gregross)

    Thanks, that’s what I was thinking as well 🙂

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Some suggestions’ is closed to new replies.