deb-horizon/releasenotes/notes/enable-js-catalog-plugin-1885df911148247a.yaml
Thai Tran b56d278582 Support javascript translation for plugin
It's not possible for plugins to contribute translations to the javascript
message catalog. Right now our files are hardcoded to allow only
contributions from horizon and openstack_dashboard. This patch fixes
the issue.

Change-Id: Idde2fc6ac0bf7f762a595cf139ed5184dad64540
Closes-Bug: #1523930
2016-01-11 13:46:05 -08:00

10 lines
307 B
YAML

---
features:
- Allow external plugins to contribute translations to the Javascript
message catalog.
fixes:
- Provided the ability for plugins to contribute translations to the
JavaScript message catalog. Previously the horizon and openstack_dahboard
applications were hardcoded.