call child theme languages

Hi Guys,

I ma looking for a code in the fonction.php to have my french language not compress when we do an update. For an other theme They gave me this 
add_action( 'after_setup_theme', 'my_child_theme_setup' );
function my_child_theme_setup() {
   load_child_theme_textdomain( 'qode', get_stylesheet_directory() . '/languages' );
}

This code did not work for me on your theme. Is this something you can give me ?

Comments

  • Hi,

    unfortunately, we do not offer any file modifications. So if you don't know how to do this, you should contact with your website developer.

    Thanks for understanding!
  • Hi, 

    I am not asking any file modification from you, I am asking for a code that will not get my fr_FR.po erase when I update your theme. 

    I gave you an Exemple Qode Theme gave me for there theme... Do you have something like that so my po file dont get erase when i update your theme ? It is to put in the fonction.php file and have a folder Language in my child 



  • If you ask about the file only, then unfortunately we do not have such one.
Sign In or Register to comment.