Hello,
At really not.
I’m embedding redux within a plugin. At really I want to create translation files .pot of the entire plugin folder (that has redux files included). Older versions of redux worked with this process normally, but in the new v4 it’s showing an error related to redux files.
How to reproduce:
– Download POEdit
– Proceed to translate a theme or plugin like on this image: http://my.jetscreenshot.com/19020/20200825-qejf-38kb
– Check to create a .POT translation file: http://my.jetscreenshot.com/19020/20200825-ewm1-40kb
– Once we have selected the plugin/theme folder (with redux files) and click to continue, throws this error: http://my.jetscreenshot.com/19020/20200825-erfc-85kb
Hope this clarify!
Rodrigo.
That’s because the old Redux had all the language files embedded in the plugin. The new Redux uses WP.org to manage the translation strings.
If you want to have the files local to your plugin you will need to download the language files and embed them directly from the URL I provided.
Another option is to use makepot to generate your own language files and then you can interact accordingly.
Hello,
Ok! Thanks for your time!
Rodrigo.