Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1098371

    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

    #1098924

    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

    #1099154

    Thanks, Yigit – I will try this solution :-)

    Please close.

    /OKEIwebbureau

    #1099179

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Share this entry" is not being translated’ is closed to new replies.