Any updates on this topic yet? I can’t manage to load the language files from my child theme:
function my_child_theme_setup() {
load_child_theme_textdomain( ‘colormag-child’, get_stylesheet_directory() . ‘/languages’ );
}
add_action( ‘after_setup_theme’, ‘my_child_theme_setup’ );
It simply doesn’t work 🙁 Any help is very much appreciated!