[horizon][horizon plugins] Update your translations configuration
Hello everyone, it seems like we broke all the plugins again, sorry. To fix it, you need to update your babel-django.cfg and babel-djangojs.cfg files to match those in horizon's repository. The reason for this is that after the setuptools deprecation of pkg_resources module, the library we were using for extracting the messages for translation, enmerkar, stopped working -- because it uses pkg_resources inside its code. We submitted a patch that fixes it, but it doesn't look like anybody is reviewing and merging any patches in that project anymore, so we decided to stop using it, and instead include the code for extracting messages in horizon code itself. So from now on, the babel configuration files need to contain definitions for the "django" and "angular" extractors, pointing to the code inside horizon. Sorry for the inconvenience. -- Radomir Dopieralski
participants (1)
-
Radomir Dopieralski