c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #04119
Re: [Bug 674571] Re: python code in translations
On Friday 12 November 2010, you wrote:
> Looks as if it's not the first time it happens : Bug #616644, Bug
> #491168.
Yes, ack.
I have done a review of the export code today and we are looking into fixing
those issues. Most of them are from non-closing brackets like:
_("You mentioned Ruby on Rails %d times so far today! Keep going." % \
(nummer_of_ralph_mails))
--
Say NO to spam and viruses. Stop using Microsoft Windows!
--
python code in translations
https://bugs.launchpad.net/bugs/674571
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: New
Bug description:
In the current trunk there is python code in the translations of the base module.
For example base.pot contains:
./bin/addons/base/i18n/base.pot:" def button_install(self, cr, uid, ids, context={}):\n"
./bin/addons/base/i18n/base.pot:" def button_install_cancel(self, cr, uid, ids, context={}):\n"
./bin/addons/base/i18n/base.pot:" def button_uninstall(self, cr, uid, ids, context={}):\n"
Lionel.
References