Hey again..
Im sorry to inform that I can’t get it to Work… is the snippet you mentioned the one last on the post you’ve given before?
We tried but it’s not working.
We have a couple doubts, for example:
gwangi.pot can be edited, but in the gwangi child folder, the gwangi-child.pot it’s empty.
We usually translate themes via main theme and place the translation on wp-content/languages/themes folder…
In this case, we did the following:
1.- We downloaded the file gwangi.pot from main theme
2.- We translate theme to gwangi-child-es_CL.mo
3.- We uploaded the file to n wp-content/languages/themes and n wp-content/themes/gwangi-child/languages
4.- We applied the code of the post you mentioned like this
function gwangi_child_setup() {
$path = get_stylesheet_directory().’/languages’;
load_child_theme_textdomain( ‘gwangi-child’, $path );
}
add_action( ‘after_setup_theme’, ‘gwangi_child_setup’ );
What are we doing wrong??