c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #14270
[Bug 702273] Re: Problems updating italian translation
If I substiture it.po file with right one downloaded, whitout "bzr pull", works, I have to eliminate too the extra files that bzr create finding file modified, i.e.: it.po.BASE ip.po.THIS it.po.OTHER
So my problem begin correcting a wrong translation that crash openerp it.po files with, but at the first bzr pull I have done, I have this explosion of it.po* files and original it.po file modified with "<<<<<<" values that alert me that there is a part of text changed...
Hope it helps someone else :)
--
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/702273
Title:
Problems updating italian translation
Status in OpenERP Modules (addons):
Incomplete
Bug description:
Hi, when I try to update italian translation in my OpenerP 6.0 RC2 on ubu 10.10 I've got this error:
Thanks
Traceback (most recent call last):
File "/home/administrator/Launchpad/openerp/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/administrator/Launchpad/openerp/server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/administrator/Launchpad/openerp/server/bin/addons/base/module/wizard/base_language_install.py", line 51, in lang_install
modobj.update_translations(cr, uid, mids, lang, context or {})
File "/home/administrator/Launchpad/openerp/server/bin/addons/base/module/module.py", line 514, in update_translations
tools.trans_load(cr.dbname, f, lang, verbose=False, context=context2)
File "/home/administrator/Launchpad/openerp/server/bin/tools/translate.py", line 846, in trans_load
r = trans_load_data(db_name, fileobj, fileformat, lang, verbose=verbose, context=context)
File "/home/administrator/Launchpad/openerp/server/bin/tools/translate.py", line 927, in trans_load_data
for row in reader:
File "/home/administrator/Launchpad/openerp/server/bin/tools/translate.py", line 317, in next
raise Exception("malformed file: bad line: %s" % line)
Exception: malformed file: bad line: <<<<<<< TREE
References