Active
Project:
UC Localize
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2010 at 04:21 UTC
Updated:
20 Jan 2011 at 15:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
mathieuhelie commentedI'm doing a French/English site right now. The product body is translating properly but the translated title is not showing up on my node view page, despite showing up when I edit the node.
It also fails to format the French body text with paragraphs as per the filtered HTML filter.
Comment #2
mathieuhelie commentedSame problem with translated attributes. Translated attribute titles get saved in the database but do not show up in the product edit page or the product view page.
Comment #3
aacraig commentedAs this is a hack module to diminish the effects of a deeper problem in Ubercart, it is not complete, nor, I hope, will it ever be completed.
The admin forms do not display translated strings reliably (I believe this is stated in the documentation). The front-end stuff should display the translated strings correctly, though.
Comment #4
mandreato commentedI'm trying this module which can have a foundamental importance for multilanguage Ubercart sites.
I've experienced the same problem: product body is being translated, whist title remains in the default lang.
As a workaround, I've edited the uc_localize.module file in the uc_localize_nodeapi function:
changed
into
It seems working... Now I've to investigate into further parts...
Comment #5
mandreato commentedIf anyone is interested, I've edited the uc_localize.module file to gain more translated parts. It seems to function...
I'm not able to build a patch, so attaching it directly here.