yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47482
[Bug 1553619] [NEW] string in nova.service.js cannot control the word order in translations Edit Bug
Public bug reported:
openstack_dashboard/static/app/core/openstack-service-
api/nova.service.js
return suppressError ? promise : promise.error(function() {
toastService.add('error', gettext('Unable to delete the flavor with id: ') + flavorId);
});
String concatenation should not be used.
https://docs.djangoproject.com/en/1.8/topics/i18n/translation/#interpolate
** Affects: horizon
Importance: Medium
Assignee: Akihiro Motoki (amotoki)
Status: In Progress
** Tags: i18n
--
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/1553619
Title:
string in nova.service.js cannot control the word order in
translations Edit Bug
Status in OpenStack Dashboard (Horizon):
In Progress
Bug description:
openstack_dashboard/static/app/core/openstack-service-
api/nova.service.js
return suppressError ? promise : promise.error(function() {
toastService.add('error', gettext('Unable to delete the flavor with id: ') + flavorId);
});
String concatenation should not be used.
https://docs.djangoproject.com/en/1.8/topics/i18n/translation/#interpolate
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1553619/+subscriptions
Follow ups