Hello,
We use about 30 custom plugins and would like to move them to subfolder of plugins folder to avoid of confusion. I've tried the following solution:
/plugins --/namespace ----/pluginname ------/lang --------en.js ------plugin.js
I used "namespace/pluginname" as name of plugin. Everything works correct except one thing: ckbuilder doesn't merge lang files from such plugins. When I use --preprocess-plugin option it works as expected. But I can't find lang strings of this plugin in lang/en.js after building. The ckeditor.js contains the code of plugin though.
Is there any workaround to resolve this issue? Or maybe you can suggest better solution?
Thanks!