Hi there,
I am asking some help here after an invite from your team in Themeforest “forum”.
Here is the problem I have :
I have done a French .po and .mo files but wordpress don’t read it, it stays in english. I am using a child theme and I have added this to the functions.php of the child theme
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
function my_child_theme_setup() { load_child_theme_textdomain( ‘x’, get_stylesheet_directory() . ’/framework/lang’ ); }
Then I have copy the files in /framework/lang of my child theme and try different name like:
fr-FR FR-fr fr_FR FR_fr __x__fr_FR __x__FR_fr __x__FR-fr __x__fr-FR
Any idea how to fix that ? Thank you