Replies: 0
I need to translate plugin to another languages.
I used Poedit. Created .mo and .po files, named them correctly (woocommerce-product-sort-and-display-uk_UA.mo) and put at ‘languages’ folder. But it doesn’t work – site doesn’t see those translated files.
I tried to change my wp_config.php file. I added next line – define (‘WPLANG’, ‘uk_UA’);
But it still doesn’t work!
Could you please create short manual about translation of your plugin? Because it really needed and I’m not first with this problem..
Thank you!