Viewing 1 replies (of 1 total)
  • Marcito, I made two small changes to allow translations in Ultimate Tables:

    Open /wp-content/plugins/ultimate-tables/init.php and edit these two lines: 230 and 253

    $output.= '<th>'.$item[0].'</th>';

    Change to

    $output.= '<th>'.__($item[0]).'</th>';

    The “__” function is the default WordPress translation function. So, if you use qTranslate, you can use any qTranslate tags to make your table multi language ??

    Loved this plugin, the produced table looks very nice in my site!

Viewing 1 replies (of 1 total)
  • The topic ‘How to translate?’ is closed to new replies.