• Resolved wowoy

    (@wowoy)


    I use Loco Translate to translate plug-ins, but most of them fail to translate.
    For example: “CSV file (required)”, “Default role”, etc.

    I want to translate them so that customers who can’t read English can use it.
    How do I translate them?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @wowoy,

    The plugin is translated to many languages and it uses the standard WordPress localization methods, so you can translate the po/mo files to get it translated by yourself.

    If you never have done it before, you can use this plugin for example: https://es.wordpress.org/plugins/loco-translate/ that will help you.

    Thread Starter wowoy

    (@wowoy)

    Hello.
    I am using Loco Translate which you recommended.
    It has 234 fields available for translation, but I translated all of them and none of the 233 fields work except for the roles.

    • This reply was modified 1 year, 7 months ago by wowoy.
    Plugin Author Javier Carazo

    (@carazo)

    @wowoy,

    We load the language here: load_plugin_textdomain( ‘import-users-from-csv-with-meta’, false, plugin_basename( dirname( __FILE__ ) ) . ‘/languages’ );

    So you have to include the po/mo files there: in our plugin directory inside the languages directory.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to translate plug-ins?’ is closed to new replies.