• Resolved gabidiez

    (@gabidiez)


    I think there is an error with plugin translates.

    Version: 1.4.3
    File: events-widgets-for-elementor-and-the-events-calendar.php
    Line: 86

    Where is:
    load_plugin_textdomain(‘ectbe’, false, ECTBE_FILE . ‘languages’);

    It would be:
    load_plugin_textdomain(‘ectbe’, false, basename(dirname(__FILE__)) . ‘/languages/’);

    • This topic was modified 3 years ago by gabidiez.
Viewing 3 replies - 1 through 3 (of 3 total)
  • We use Loco Translate for translations and had the case that when using style 1, the text Find out more >> is not translated. If you use style 2 the text is displayed correctly.

    I think this is the same issue?

    The change in events-widgets-for-elementor-and-the-events-calendar.php did not help.

    I temporarily made my text adjustment directly in the file in
    /events-widgets-for-elementor-and-the-events-calendar/widgets/layouts/ectbe-list.php and hope for an update.

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @ausdemnichts,

    Thanks for using our plugin and for detecting the issue.
    We will fix this issue in the upcoming version of our plugin.

    Thanks & Regards

    Hello @jyoti197,

    the error is still there after the last update.

    Easy to fix:
    ectbe-list.php line 69

    Replace: esc_html__( 'Find out more', 'ectbe' )  
    with: esc_html__( 'Find out more', 'the-events-calendar' )

    ??

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