• Translate Words works fine and is easy to use. It works re – translates the translation for each language that you see in the website.
    I am using another plugin ‘Preferred Languages’, which allows to have different locale languages assigned to users. Is simple but, if you have to translate to several languages Then you have to translate each ‘translation word’ for each language separately because there is no way to link them. Nevertheless, I recommend it if you need to improve only a few words for themes and plugins.

    Just ‘remove’ option does not work, because file js/main.js is not enqueue correctly . I have found out that you need just to correct file administration.php inside function ‘tww_translate_gutenberg_string’ I have added

    wp_enqueue_script( ‘TWW_TRANSLATIONS_JS’, TWW_PLUGINS_DIR . ‘js/main.js’, array( ‘jquery’ ));

    • This topic was modified 2 years, 11 months ago by capbussat.
    • This topic was modified 2 years, 11 months ago by capbussat.
    • This topic was modified 2 years, 10 months ago by capbussat.
  • The topic ‘Plugin works fine and is easy to use except …’ is closed to new replies.