Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1404133

    Hallo Zusammen,

    es gibt schon seit mehreren Updates einen Fehler in der deutschen Übersetzung.
    Bildschirm-foto-2023-04-11-um-18-16-02
    Es müsste unten Portfolio Kategorien heißen, nicht noch mal Portfolio Einträge.

    Hello Together,

    there is a bug in the german translation since several updates.
    Bildschirm-foto-2023-04-11-um-18-16-02

    It should read Portfolio Kategorien below, not Portfolio Einträge again.

    Thanks and best
    KiM

    #1404142

    Hallo zusammen
    seit einigen Updates erscheint das Google Recaptcha beim Kontaktformular immer auf Englisch.
    Since a few updates, the Google recaptcha always appears in English on the contact form.

    should be the current language:
    &hl=
    https://www.google.com/recaptcha/api2/anchor?ar=1&k=6L. ..&co=aH..&hl=en

    #1404182

    Hi,


    @Blatze
    : You may need to modify themes/enfold/lang/de_DE.po file and adjust this translation around line 21147.

    #: includes/admin/register-portfolio.php:60
    #, fuzzy
    msgid "Portfolio Categories"
    msgstr "Portfolio Einträge"
    


    @ishish
    : You can add this in the functions.php file.

    // https://kriesi.at/support/topic/recaptcha-v2-wpml/#post-1374230
    add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) {
    	if($context == 'frontend')
    	{
    		$lang = substr(get_locale(), 0, 2);
    	}
    
    	return $lang;
    }, 10, 2);
    

    Best regards,
    Ismael

    #1404201

    Hi Ismael,
    thanks for your response, but I don´t want to fix this (too many sites..), I just hope you fix it within the next updates of Enfold. 🙏

    Best KiM

    #1404215

    Hi,


    @Blatze

    Fix will be in next update.
    Have a nice day.

    Best regards,
    Günter

    #1404235

    Thanks ♥️

    #1406183

    Hi Ismael, thank you for your answer.
    Now the latest version Enfold 5.6 has been released, Google Recaptcha is still in English. You can manually add the function to any theme, but it’s tedious.
    Would you please fix this in the next update. Thank you very much.

    What I also saw, in the latest version, the theme options are in English. So far, the environment language has been adopted.

    Is there a specific place to report bugs?

    Best regards,
    Simon

    #1406405

    Hi!

    We will consider adding a patch in the next update. For now, you will have to make the suggested modification and add the filter in the functions.php file. Thank you for your patience.

    Regards,
    Ismael

    #1406418

    Hi, Thank you for adding a patch.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.