openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #24211
[Bug 1205798] Re: Untranslated strings in board/static/src/js/dashboard.js
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1205798
Title:
Untranslated strings in board/static/src/js/dashboard.js
Status in OpenERP Addons (modules):
Confirmed
Bug description:
In board/static/src/js/dashboard.js:402, the following excerpt
contains two untranslated strings :
if (r === false) {
self.do_warn("Could not add filter to dashboard");
} else {
self.$el.toggleClass('oe_opened');
self.do_notify("Filter added to dashboard", '');
}
I think that these strings should be wrapped into a _t(...) call.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1205798/+subscriptions
References