ironic/releasenotes/notes/oslo-i18n-optional-76bab4d2697c6f94.yaml
Dmitry Tantsur 1d9c8283b8 Make oslo.i18n an optional dependency
In an ideal world we would have all messages translated to at least major
languages. In reality, ironic has never boasted a great set of translation,
and according to Zanata only 2.94% of messages are translated for ironic
in Train (1.33% for ironic-inspector). Given that ironic-python-agent is
not translated at all, using i18n by default seems an overkill.

Change-Id: I12287c6b7208af487cc9eee825ae7f38ec707d91
2020-04-02 14:10:21 +02:00

6 lines
168 B
YAML

---
upgrade:
- |
The dependency on ``oslo.i18n`` is now optional. If you would like messages
from ironic to be translated, you need to install it explicitly.