• On one of my sites (floriskleijne.nl), I keep getting the same update notification. When I check the updates page, “new translations are available”. When I click “Update Translations”, the update seems to proceed normally, and the result is:

    Update Translations
    Updating translations for WooCommerce (nl_NL)…

    Translation updated successfully.

    Return to WordPress Updates page

    Also as expected, the available updates counter is reduced to zero. However, when I return to the updates page, the counter goes back to 1, the translation update is presented again, and the cycle repeats.

    Is there any way to remove this stuck update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello all

    I have on my website same problem.
    Someone an idea to solve this.

    Same issue here on several sites with dutch translations from themes and plugins. The translations are updated. But WordPress 4.4.2 somehow does not notice that the translations are up-to-date.
    No solution found yet. If someone has a clue…

    Thread Starter Floris

    (@florismk)

    This suggestion from WPML support resolved the issue for me:

    Please go to \wp-content\plugins\woocommerce-multilingual\inc\class-wcml-languages-upgrader.php and change the following code:

    if( strstr( $package, 'woocommerce-language-packs') && strstr( $package, $locale) ){

    to:

    if( strstr( $package, 'woocommerce-language-packs') || strstr( $package, $locale) ){
    Please let me know if that resolves the issue.

    Hello Floris,

    Thanks this solution works in my installation.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Translation Update Keeps Repeating’ is closed to new replies.