Hi @michalrama
The vast majority of the strings in WP All Export are translation ready, but something seems to be misconfigured on ww.wp.xz.cn (here). We will address this as soon as we can, but we’re currently working on a big project that needs to be completed first.
Hello,
OK. I wanted to translate one plugin – file manager, but so far (over 3 weeks) no one has responded. I noticed that your plugin has the same problem, so I asked you because I expected more active support.
From the tutorial to which the error message refers, I think the solution is almost the same, so I was hoping the same solution can be used with all plugins.
My apologies for the frustration, @michalrama. We’ll get it fixed as soon as we can.
For properly prepare the plugin for localization, you need to add:
Text Domain: your-plugin-domain
to the plugin’s header in wp-all-export.php
Also, for the language packs to work you should change the language domain you are using right now in the plugin’s code: wp_all_export_plugin to wp-all-export so it matches the plugin repository slug:
https://ww.wp.xz.cn/plugins/wp-all-export/