Closed (fixed)
Project:
Localizer
Version:
4.7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Dec 2006 at 17:27 UTC
Updated:
15 Jan 2007 at 16:44 UTC
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
Comment #1
Roberto Gerola commentedViews provides the necessary hooks.
It will be implemented.
Comment #2
Roberto Gerola commentedDue to some requests received, this will be the next feature implemented.
Comment #3
Roberto Gerola commentedJust 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.
Comment #4
Roberto Gerola commentedI'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
Comment #5
Roberto Gerola commentedAvailable in version 5.x-1.5 and 4.7.x-2.5
Comment #6
Roberto Gerola commented