Hi guys,
do you have any updates on wp rocket compatibility ?
Well i’ve solved it 🙂
here are the files pt_PT for the child theme
click to download
Installation Guide:
– Go to child theme folder and create a new folder. name it languages.
– Copy the files you’ve downloaded to languages folder into the childtheme
– Go to functions.php (in the child folder) and add this line:
load_child_theme_textdomain(‘hueman’, get_stylesheet_directory().’/languages’);
don’t forget to go to wordpress root folder find the file wp-config.php and change the following line define(‘WPLANG’, ‘xx_XX’); to
define(‘WPLANG’, ‘pt_PT’);
Yep allready got it and its working.
Tnks 🙂