The new release is almost ready.
I've already updated the cvs and current snapshots for Drupal 4 and 5
are available here :
http://www.speedtech.it/files/localizer-4.7.x-2.6RC2.tar.gz
http://www.speedtech.it/files/localizer-5.x-1.6RC2.tar.gz


The UI locale is now separated from nodes locales, so
you can decide to have a ui language and read the site
content in one or more different languages.


If you are just curious to take a look at this feature,
I've just updated my website : http://www.speedtech.it

In the near future, it will be possible to have also separated
lists of languages for the two locales (ui's and nodes)


Added a new option : show/hide the current ui locale


Added support for blocks.

Some bugs have been fixed :
- unserialize array bugs
- switch by hostname without clean url option
- user language detection
- localizeruser module mistakes

Code in localizer module has been completely reorder
and many of APIs have been renamed to a more coherent
naming scheme.

The update procedure should work, but if you encounter some errors
on the localizeruser table, you have to launch this sql code on your db.
ALTER TABLE localizeruser CHANGE nodeslocale nodeslocales VARCHAR(100);

Test it and let me know.

Roberto

Comments

Roberto Gerola’s picture

Assigned: Unassigned » Roberto Gerola
Status: Active » Closed (fixed)

Version x.6 released.