Comment 2 for bug 305300

Revision history for this message
pkej (paul-k-egell-johnsen) wrote :

I have a settings.php file with mulitilingual variables. In prosepoint and drupal 6.6 you can see that the fields gets the text <b>multilingual variable</b> appended in the interface.

However, when I try to for example change the site name to reflect different languages, the name will always be the latest name I changed it to, regardless of which language I have selected.

So, if I go to http://localhost/blog/en/admin/settings/site-information and change the name to Blog and save the page, then go to http://localhost/blog/no/admin/settings/site-information and change the name to Blogg, the name will be Blogg when I go back to http://localhost/blog/en/admin/settings/site-information.

The different names are not saved properly.

I tried with menus, anonymous user, etc.