Hello,
Yeah that wouldn’t be a viable solution, more of a work-around.
Try adding this to the child theme’s functions.php file
// Make theme available for translation. Translations can be filed in the /languages/ directory.
load_theme_textdomain( 'integral-pro-child', get_template_directory() . '/languages' );
And copy the contents of Integral Pro’s /languages/ directory into that of the child theme.