// Load translation files from your child theme instead of the parent theme.
function mist_child_theme_locale() {
load_child_theme_textdomain( 'zozothemes', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'mist_child_theme_locale' );