December 17, 2014 at 11:00 am
#19489
Theme Horse Support Team
Keymaster
Hi catherinehedberg,
Just create a functions.php file inside child theme directory and copy the language folder from the parent theme and add your translation file ( .po and .mo file ),
Just add this file inside functions.php
load_theme_textdomain( 'interface', get_stylesheet_directory() . '/languages' );
Then it works.
Thank you!