 
	
		
		
		
		
			
Hi support,
“Share this entry” is not being translated.
I am using Loco Translate to handle the translations, and some months ago I managed to translate the sentence, but now it doesn’t work anymore.
The website is lederuddannelse.
Hope you can help :-)
/OKEIwebbureau
Hey,
We will report the issue to our devs. For the time being, please add following code to bottom of Functions.php file in Appearance > Editor
add_filter('avia_social_share_title','av_translate_social_share_title');
function av_translate_social_share_title() {
	if (get_locale() == 'da_DK') {
    return "Share this entry in Danish";
	}
}Best regards,
Yigit
Thanks, Yigit – I will try this solution :-)
Please close.
/OKEIwebbureau
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
