@renangmi, The translation support added, its available with Version 1.0.5
The translation appeared in Loco Translation but I still have a problem.
Where should the translated files be saved? I tried the global directory at wp-content/languages/plugin and in the plugin folder at /wp-content/plugins/wc-product-bundles but none of them worked.
Make sure your wordpress folder has proper write permission. which is most likely the issue.
It does. I’ve recently translated tens of plugins using this method. Some of them worked in the global directory, which I preffer, others only in the plugin directory.
Hi,
Rookie mistake, forgot to load plugin’s text domain. now it expect your .po files at WP_PLUGIN/wc-product-bundle/languages/
Just update your plugin ( I haven’t changed the Version though )
It’s working now. Thanks!