badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Read more link in widget

#19489

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!