Comment 12 for bug 1224329

Revision history for this message
Peng Wu (alexepico) wrote :

I uploaded a draft patch to gerrit review, see:
https://review.openstack.org/#/c/68868/
Feel free to comment it.

And I found that the status in nova of "./nova/api/openstack/common.py" seems not translated yet.
To let gettext find these status strings, all status strings need to be putted in _("...") like _("RESIZE"), which may also need to duplicate the strings in nova code.
Feel free to correct me, if I am wrong about it.