Closed (fixed)
Project:
Taxonomy VTN
Version:
6.x-1.0-rc5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2008 at 11:13 UTC
Updated:
14 Jul 2012 at 23:13 UTC
Hello
I'm using the I18n module to build a multilingual site. My vocabulary uses localized terms, i.e. terms are commons to all languages but they can be translated.
How can I make use of this feature in Taxonomy VTN? I think it's something like calling the t_ function when printing the name, but I'm no PHP hacker.
Tanks in advance
PS. You can see how it's working:
En -> http://www.fjuan.es/en/tags/comercio-electronico
Es -> http://www.fjuan.es/tags/comercio-electronico
Comments
Comment #1
tomaszx commentedHi.
Try change in taxonomy_vtn.pages.inc file
entry:
to:
in all code
etc.. for terms and nodes
and tell me what happen.
example in line 67 and 68
change to:
but i don't know if this work correct. maybe i should use l18n functions but i dont know this module...
Comment #2
fjuan commentedHi tomaszx
thanks for your fast answer
I tried replacing that string, but nothing happened.
Maybe I should look in the i18n project which function may I use.
Thanks again and keep doing this great job!!
Comment #3
tomaszx commentedhi,
yes, i think that not help :( ... probably is only one way: use l18n function. If you try tell me what function i should use to implement this in taxonomy_vtn.
I'm happy to hear that my module is useful :)
regards.
Comment #4
chipway commentedHi,
Any news about this ?
I have the same kind of issue :
I have a lot of Terms with Translations and translated Terms, but on Taxonomy VTN I get only english Terms.
How can I get the translated Term in Taxonomy VTN ?
Thank You
Comment #5
fjuan commentedIt should be something like
Comment #6
fjuan commentedComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.