• Resolved hassantahir176

    (@hassantahir176)


    Hi,
    Thanks for the great plugin! I am just having one strange issue right now. I translated the text for woocommerce emails for new order. But the translation is removed after some time. Is this a known bug that has occured before maybe because of plugin confilcts?

    Would be great if this can be resolved.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tim W

    (@timwhitlock)

    Hi
    I have a similar problem.

    I have added translation in custom, author, and system locations for the Dokan plugin. all of these translations are the same and they work perfectly. But after 3 or 4 hours system translation file reverts back to default and it affects the translation outcome in the frontend.

    When I delete the system translation files (or even when I update them with my own translation), other translations show up in the frontend.

    I read in the documentation that the custom location file has priority over the other locations’ files. I wonder why the system file’s translation is showing up in the frontend, while I have translations in custom and author locations?

    I have added the below code to stop automatic updates in system files and I am waiting to see if it works. But is it the only solution?

    add_filter( 'auto_update_translation', '__return_false' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Emails Translations reverting back’ is closed to new replies.