Today I've created the branch on cvs for Drupal 5 and I'll start soon with the porting of localizer.

Comments

Roberto Gerola’s picture

Porting proceed.
I plan to release the new version next week.

Roberto Gerola’s picture

I've fixed an estimated first release for this Drupal version.
Porting is going very quickly and the main features are already working.
24/12 probably I'll release the first version for Drupal 5.

After this release I concentrate my efforts on implementing the
translation console where you can search the objects (menus, taxonomy terms, taxonomy vocabulary, and so on)
and manage their translations.
Another similar translation console will be implemented for nodes.

I'm thinking also to become to introduce a model layer with
API similar to Rails API, like : localizertranslation_find(), localizertranslation_findall()
(I don't like to have SQL code everywhere : it reduces the maintainability)
but perhaps this implementations needs more reflections.

Roberto Gerola’s picture

Status: Active » Closed (fixed)

Released today.