enable support for i18nmodule
dereine - March 17, 2009 - 16:08
| Project: | Taxonomy Super Select |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
this small patch allows to use i18ntaxonomy terms to use for the items.
i don't really like this method but it works.
perhaps someone has a better idea to solve it.

#1
I don't see the patch. I also need this feature. I just enabled the localization for my site and the checkboxes disappeared for my taxonomy terms and reverted to the default method.
#2
oh sry here is the patch
#3
Hi,
I have tested this patch, and it works perfectly !
In fact I have to modify the module weight to have it works : the i18n has a weight of 10 and by default taxonomy_super_select has a weight of 1, so if this patch is integrated, i would suggest to modify the hook-install or add a hook_update that will check if the i18n is installed and set the module's weight to 11 or, a simpler solution could be to set it to 11 anyway ;)
David
#4
Tracking