• Resolved digiblogger

    (@digiblogger)


    Hi there,

    just add

    function wpmc_load_plugin_textdomain() {
        load_plugin_textdomain( 'wp-media-categories', FALSE, basename( dirname( __FILE__ ) ) . '/wp-media-categories/lang/' );
    }
    add_action( 'plugins_loaded', 'wpmc_load_plugin_textdomain' );

    to your plugins main php file, download loco translate and start translating this plugins backend into every WO compatible language.

    You are allowed to add this code in future updates 🙂

Viewing 1 replies (of 1 total)
  • Plugin Author John James Jacoby

    (@johnjamesjacoby)

    Thanks @digiblogger. I’ll be going through all of my plugins and looking at this again now that WordPress finally has this great feature.

    Thanks again for the recommendation & help. 🙏

Viewing 1 replies (of 1 total)

The topic ‘Translation for your plugin’ is closed to new replies.