Dokan issue to use Translated language
-
After 2.6 verion uptade until now, the PO and MO file connot be used in dokan lite or pro.
I’ve tried many ways and solved the lite verion issue.
the issue was text-domain name in the dokan-lite.php
and the code in below must be changed.public function localization_setup() { load_plugin_textdomain( 'dokan-lite', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); }
but one of my customers had same issue on Pro version and I didn’t success to resolve the problem with that way I used it before in lite verion.
thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Dokan issue to use Translated language’ is closed to new replies.