This was fixed indeed in the latest translations improvements, courtesy
of P. Christeas, merged a few days ago with revisions 3042 and 3055
([email protected] and
[email protected])

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/651181

Title:
  Triple-quoted strings are not exported right for translating

Status in OpenObject Server:
  Fix Released

Bug description:
  In the current 5.0, if you have a translatable string in the code with 
triple-quotes, it's exported wrong in translation files.
For example :
    print _('''line 1
line 2''')
... is exported as :
"''line 1\n"
"line2''"
... instead of :
"line 1\n"
"line2\n"

Lionel



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to