Closed (fixed)
Project:
Drupal.org site moderators
Component:
Localize.drupal.org
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2009 at 16:53 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gábor hojtsyIllustrating the issue
Comment #2
gábor hojtsyUh the problem is not actually in the display but the saving of suggestions in some way, we have 105 bogus suggestions/translations:
This covers many languages:
Investigation turns out that the trim function can be called with an array, and converts the string to an Array. Fixed this immediately to overcome any future issues. Regular translation input on the UI was not a problem, since it checks for strings before calling this function. The l10n_remote feature with l10n_client was not an issue, because l10n_client lacks plural translations still. Anyway, solved it in this API function, so it is surely not reappearing.
This nicely underlines that automated tests for imports would be timely to add. Hopefully solved for now though.
Also, dropped the 105 Array suggestions.Contacted the teams instead.Comment #3
gábor hojtsyPosted service notification at http://localize.drupal.org/node/264
Comment #4
podaroklooks like not fixed 8(
there is testing file in attachements
Comment #5
gábor hojtsyUhm, you are perfectly right. I've assumed I did not make the same mistake at two places. Oh, I did. Sorry again. Fixed, tested, works for me.
Comment #6
podarokthanks....
really fixed!