yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15556
[Bug 1319284] Re: STATUS_CHOICES need to add _ for translate
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1319284
Title:
STATUS_CHOICES need to add _ for translate
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The code:
STATUS_CHOICES = (
("active", True),
("shutoff", True),
("suspended", True),
("paused", True),
("error", False),
)
need to change to:
STATUS_CHOICES = (
(_("Active"), True),
......
)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1319284/+subscriptions
References