openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #08521
[Bug 947152] [NEW] Messages in log_picking() are hard to translate
Public bug reported:
The message in stock/stock.py line 1323 are split into many python _() calls, which generates many pieces that translators can't understand.
That should be rewritten using string substitution (like: "%s bla %s" % x, y)
Lionel Sausin.
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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/947152
Title:
Messages in log_picking() are hard to translate
Status in OpenERP Addons (modules):
New
Bug description:
The message in stock/stock.py line 1323 are split into many python _() calls, which generates many pieces that translators can't understand.
That should be rewritten using string substitution (like: "%s bla %s" % x, y)
Lionel Sausin.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/947152/+subscriptions
Follow ups
References