• Resolved petrigno

    (@petrigno)


    There is an error in line 5 that prevents the recognition of the month of “January” in other languages.

    The original line in the file is:
    “$ monthTranslations = array (__ (‘January’, ”), __ (‘February’, ‘the-holiday-calendar’), __ etc. etc.”

    The correct line is:
    “$ monthTranslations = array (__ (‘ January ‘, ‘the-holiday-calendar’), __ (‘ February ‘, ‘ the-holiday-calendar ‘), __ etc. etc. ”

    By correcting it, the translations in other languages ??are also fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mva7

    (@mva7)

    Hi,

    thanks for the report. We will look into this right now.

    Regards,

    Mva7

    Plugin Author mva7

    (@mva7)

    Hi,

    just released the fix in 1.18.1.

    Thanks again!

    Regards,

    Mva7

    Thread Starter petrigno

    (@petrigno)

    Ok no problem, if you are interested I will send you the complete Italian translation files of the Plugin since the translations I uploaded through this site after a year are still awaiting approval, let me know if you are interested, bye

    Plugin Author mva7

    (@mva7)

    Hi,

    the translations would be much appreciated. You can send them to [email protected].

    Thanks in advance!

    Regards,

    Mva7

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BUG in file translation-helper.class.php’ is closed to new replies.