Hi,
I’ve added the code in my child theme functions.php then I’ve created the languages folder and puted my new fr_FR.mo files inside but it doesn’t work.
I need to get Meta Options tags and content translated, it’s found in swift-framework/meta-boxes.php file but it seems that it is not possible to get it translated.
exemple of a tab title found in meta-boxes.php
$meta_boxes[] = array(
'id' => 'thumbnail_meta_box',
'title' => __('Thumbnail Options', $text_domain),
'pages' => array( 'post', 'portfolio' ),
'context' => 'normal',
'fields' => array(
Are you planning to make Meta Options translatable as well as Theme options in the back-end?
regards