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.
Comments
Comment #1
Roberto Gerola commentedPorting proceed.
I plan to release the new version next week.
Comment #2
Roberto Gerola commentedI'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.
Comment #3
Roberto Gerola commentedReleased today.