Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WPTrashPanda

    (@jprescher)

    Maybe another plugin for translations could help.

    Thread Starter Ax05

    (@ax05)

    Made some changes in the single event css.
    Changed some date codes and worked out for me.

    Solved myself ??

    Plugin Author WPTrashPanda

    (@jprescher)

    Awesome! Good job!

    yonist

    (@etkinlik-rehberi)

    How did you fix it?
    I wwant to change timzezone in turkish
    November to Kas?m(In Turkish)

    Thread Starter Ax05

    (@ax05)

    I used a site template which supports wp language setting dutch.

    In the single event css I changed the appearance to:

    $event_start_date = get_fbe_date(‘event_starts’,’j F Y,’);
    $event_start_time = get_fbe_date(‘start_time’,’H:i ‘) ;

    $event_end_date = get_fbe_date(‘event_ends’,’ j F, Y’);
    $event_end_time = get_fbe_date(‘end_time’,’H:i ‘);

    I also altered the prescriptions to dutch by hand in the same css

    This worked for me.

    But,Maybe you can work with Array’s for days and months.

    Can you please help me how did you change the months??? Thank U.

    Milosz Mista

    (@milosz-mista)

    “I also altered the prescriptions to dutch by hand in the same css”

    can you pastle the code you’ve used to altered the prescriptions, please…

    quiansfactory

    (@quiansfactory)

    Hi all!, i know how to change the position of each parameter (Month, Year, Days…) but i don′t know how to change Month name to my language. For me it′s in English. Where i must look to solve it? My site template is already configured to my language.

    Kind regards

    Milosz Mista

    (@milosz-mista)

    Hi
    -> quiansfactory

    In file “facebook-events-template”

    between “<?php” and “$feat_post_count = 0; “

    put code:

    $month_translate_table_en = array(‘Jan’, ‘Feb’, ‘Mar’, ‘Apr’, ‘May’, ‘Jun’, ‘Jul’, ‘Aug’, ‘Sep’, ‘Oct’, ‘Nov’, ‘Dec’);
    $month_translate_table_pl = array(‘Sty’, ‘Lut’, ‘Mar’, ‘Kwi’, ‘Maj’, ‘Cze’, ‘Lip’, ‘Sie’, ‘Wrz’, ‘Pa?’, ‘Lis’, ‘Gru’);

    (of course in you language. And it will wor until next upgrade of plugin)

    But i don’t know where to find php file that I can modify to make same change in “Facebook Event Widget” (Shows Facebook events in your sidebar )…

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Set locale day and month.’ is closed to new replies.