Closed (won't fix)
Project:
Internationalization
Version:
6.x-1.9
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2011 at 12:19 UTC
Updated:
26 Apr 2012 at 16:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
bartezz commentedOk on second check changing it back to
i18nstrings_update_string($context, $object->$property);was not a good idea. Upon flushing caches everything was gone again.I believe the code should be as provided in the patch as this solves all issues for me when translating profile fields. (field explanations couldn't be translated either but solved this with this patch; http://drupal.org/node/803110#comment-3374102).
Cheers
Comment #2
aacraig commentedI can confirm the same problem.
I have enabled Profile translation and created a multi-line text field. Insert English text in the field and save. Searching for that string results in no hits.
Applying the patch above does not help.
Comment #3
bartezz commentedDid you clear caches after applying? Haven't had problems since!
Comment #4
aacraig commentedHere's the entire process I went through, with no success:
enable Profile translation
clear cache
create a text profile field
create a user
enter some text in the profile field
view the user profile in English
view the user profile in another language (in my case, Italian)
search for a string from that text in the translation interface
get no results.
I'm viewing the profile in the other language to ensure that it gets stored in the strings database.
What am I missing here?
Comment #5
bartezz commentedHmm that's odd, that's basically how I'm doing it.
Are you searching by string? Try searching for every string from profile module (radio button).
Cheers
Comment #6
aacraig commentedNo difference, unfortunately.
Comment #7
iamEAP commentedThis should probably be made more obvious by displaying the source string with newlines intact.
Edit: that's a core issue. See #1358862: "Original text" on string translation form truncates useful formatting
Comment #8
liquidcms commentedi am just trying out translatable fields for the first time; but pretty sure this is not correct:
"search for a string from that text in the translation interface"
field info should not be translatable strings; it should field/node content.
Comment #9
jose reyero commentedThis is how this module works and no, we are not translating field values (content).
Plus there will be no new features in 6.x version.