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

jose reyero’s picture

Assigned: Unassigned » jose reyero

Yup, 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..

jose reyero’s picture

Status: Active » Fixed

It was a bug in i18nstrings module, should be working now. Please confirm.

pasqualle’s picture

works nicely, thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

vthirteen’s picture

Version: 6.x-1.x-dev » 6.x-1.1
Component: Module i18nprofile » Code
Status: Closed (fixed) » Active

as 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).

jose reyero’s picture

Status: Active » Closed (fixed)

This issue you point to is related with other modules, see notes there.

vthirteen’s picture

Category: bug » support
Status: Closed (fixed) » Active

point 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.

kars-t’s picture

Status: Active » Closed (won't fix)

This is years old and a cross post so I am closing this.