Closed (fixed)
Project:
Internationalization
Version:
7.x-1.0-beta7
Component:
Taxonomy
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2011 at 10:26 UTC
Updated:
10 Aug 2011 at 09:11 UTC
Hi,
I've set the Taxonomy Translation mode to "Localize". When I translate a term and save it, I get the notification "Translations Saved." but the status of the translation just shows "not translated". Any one else having this problem?
Comments
Comment #1
jose reyero commentedCannot reproduce. Also it seems no one else is having this issue.
So please try beta8 and feel free to reopen if you can reproduce it.
Comment #2
Bahlool commentedHi,
It's working fine now. The problem was that the input format was "Filtered HTML" which did not allow translation of Terms. Once I chanced it to "Plain Text" it worked. It would be nice if it had shown the reason for the error.
Comment #3
jose reyero commentedOk. Then the question is that message which unfortunately has been hidden for regular string updates.
Usually we don't want to get a message every time a string is created/updated and we also don't want to get any for bulk string operations (refresh strings, module enable, etc). But we should see that warning when editing strings manually.
We should be adding some message levels to messages produced by the string API, this calls for an extension on the $options array that is passed. Maybe 'messages' => FALSE, 'warnings' => TRUE
Comment #4
jose reyero commentedWe are showing that message again, everything seems to be working with latest dev version.
Comment #5
Bahlool commentedYes, I see these messages. thanks :)