Hello,
First of all I'd like to say thank you for developing such good module for drupal, because I lice in country where all sites should have more than one language by default :)
My experience with Drupal is not much yet, but I want propose one improvement:
I have Drupal 5.1 + CCK + Localizer. I've created custom content type with custom fields, but I noticed that there is no functionality to translate this fields labels via Localizer :(
When posts of such content type are viewed, fields labels are displayed only in one language.
Same problem is not only with CCK fields labels, but also with CCK fields values for "Allowed values list".
You could see it at URL: http://drinkmann2.uninet.lv/?q=cars
Thank you
Best regards
Comments
Comment #1
Roberto Gerola commentedHi.
These features should be implemented by CCK.
I could write to CCK authors and see if it is possible an integration.
Comment #2
Roberto Gerola commentedPosted : http://drupal.org/node/117474
Comment #3
Mini_me-1 commentedThank you for fast reply.
Now we see, are CCK module authors ready to cooperate :)
Comment #4
ray007 commentedFor the translatable allowed-values lists, there is an effort to bring taxonomy fields into the content ... and taxonomies can be translated.
But nothing you can use right now ...
Comment #5
Roberto Gerola commentedI think that when we'll have the translation interface in Ajax, integration will be possible :
http://drupal.org/node/117474
Comment #6
giorgoskConsider this as a temporary solution http://drupal.org/node/119103#comment-205029
translates the CCK field labels
and apparently the fields values are searchable (??)
Comment #7
Mini_me-1 commentedThank you this will real workaround, while CCK support will be available in localizer module! :)