Hello, I know that this issue has been listed somewhere in a wish list before, but I can not find it in the tracking system so I decided to post it here.

The problem with the Views module is that it generates on-the-fly menu entries and dynamic pages. That is probably the reason why Localizer cannot translate any of them. While the second case seems difficult to treat, having solved the translation of the menus could be enough for some sites.

Best regards.

Comments

Roberto Gerola’s picture

Views provides the necessary hooks.
It will be implemented.

Roberto Gerola’s picture

Assigned: Unassigned » Roberto Gerola

Due to some requests received, this will be the next feature implemented.

Roberto Gerola’s picture

Just uploaded on cvs the changes necessary.
I've updated the localizernode submodule.
You can download it from the following links :

Drupal 4.7.x
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/lo...

Drupal 5.x
http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/lo...

Let me know.

Roberto Gerola’s picture

I've already updated the db_rewrite_sql function to support also views module,
but is not sufficient to implement also support for filter by locale in views.

So, this is the plan to complete this feature :
1. add an option under settings where activate a generic support for views
(it means, to apply to views the same rules for the content display in terms of languages)

2. if, you want, instead, be able to apply a particular language or list of languages to a views,
you can deactivate the option at point 1. and create a filter by languages on the view

3. you can activate the option at point 1. at view basis assigning a dedicated filter :
apply content languages option

In this manner it will be possible to use views also to show lists of contents in particular
languages, and also to expose a languages filter to the final user for every view.

What do you think ?

Roberto

--
http://www.speedtech.it/drupal/localizermodule

Roberto Gerola’s picture

Status: Active » Fixed

Available in version 5.x-1.5 and 4.7.x-2.5

Roberto Gerola’s picture

Status: Fixed » Closed (fixed)