yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44789
[Bug 1534939] [NEW] table action message is not translated properly
Public bug reported:
table actions in the success message and info message are not easily
translated.
code is: msg = _('%(action)s: %(objs)s')
the whole piece of message is translated, but this way make django.po
file hard to make. I want to break the whole piece of message down to
more granular level, then each action can be translated easily.
** Affects: horizon
Importance: Undecided
Assignee: liao_zd@xxxxxxxxxxx (liaozd)
Status: In Progress
** Changed in: horizon
Status: New => In Progress
** Changed in: horizon
Assignee: (unassigned) => liao_zd@xxxxxxxxxxx (liaozd)
** Summary changed:
- table action message is not translated easily
+ table action message is not translated properly
--
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/1534939
Title:
table action message is not translated properly
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
table actions in the success message and info message are not easily
translated.
code is: msg = _('%(action)s: %(objs)s')
the whole piece of message is translated, but this way make django.po
file hard to make. I want to break the whole piece of message down to
more granular level, then each action can be translated easily.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1534939/+subscriptions
Follow ups