Closed (won't fix)
Project:
Internationalization
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Sep 2008 at 14:47 UTC
Updated:
20 May 2011 at 12:13 UTC
It is possible to add more than one category to user profile, and i18nprofile does not handle that case correctly.
The problem is that category is stored in {locales_source} table in one row with location category. So it is only one source string and it is overwritten every time when a new category is added (or strings are refreshed).
Comments
Comment #1
jose reyero commentedYup, confirmed.
Actually the issue is in i18nstrings module, that should index such strings using the string itself, only it seems the module is not that smart yet, I'll be fixing it..
Comment #2
jose reyero commentedIt was a bug in i18nstrings module, should be working now. Please confirm.
Comment #3
pasqualleworks nicely, thanks
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
vthirteen commentedas far as i can see, this is still an issue in 6.x-1.1.
( http://drupal.org/node/306768 can be considered a duplicate of this issue report).
Comment #6
jose reyero commentedThis issue you point to is related with other modules, see notes there.
Comment #7
vthirteen commentedpoint is that the translation of categories in user profiles does not work. i'm using the core user profile module.
i opened a separate issue ( http://drupal.org/node/604140 ) in case it was a different problem than this one. correct me if i'm wrong.
Comment #8
kars-t commentedThis is years old and a cross post so I am closing this.