• Resolved Richard

    (@jornb)


    I’ve noticed that the multi lang support is not correct so to correct it (prior to translate the .po file):

    In catablogordering.php change this line:
    load_plugin_textdomain('catablogcart', false, '/catablogcart/lang');
    into this:
    load_plugin_textdomain('catablogcart', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );

    and the multi lang support is up and running

    http://wordpress.org/extend/plugins/catablog-ordering/

  • The topic ‘To get the lang support’ is closed to new replies.