← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 606708] Re: Strings to translate split in several lines with / are wrong extracted.

 

** Changed in: openobject-addons
   Importance: Undecided => Low

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
Strings to translate split in several lines with / are wrong extracted.
https://bugs.launchpad.net/bugs/606708
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: Confirmed

Bug description:
Strings to translate in the code (inside _(...) ) that are split in several lines with / are wrong extracted.

For example, module account, file account.py, line 1071

                        _('There is no default default debit account defined \n' \
                                'on journal "%s"') % move.journal_id.name)

is extracted as 

There is no default default credit account defined
' \n 'on journal "%s"

BTW, original English messages in lines 1071 and 1078 have the word "default" duplicated.